Html Css Color HEX #46CDDB Medium Turquoise

📋 copy color: '#46CDDB'

red 70 ◦ green 205 ◦ blue 219

#46CDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #46CDDB

Tints of Medium Turquoise #46CDDB

RGB

 RED value IS 70 (27.73% from 255) = 14.17%

 GREEN value IS 205 (80.47% from 255) = 41.5%

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 14.17%
G = 41.5%
B = 44.33%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#46CDDB (or 0x46CDDB) is known color: Medium Turquoise. HEX triplet: 46, CD and DB. RGB value is (70,205,219). Sum of RGB (Red+Green+Blue) = 70+205+219=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #46CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDDB is #B93224. Grayscale: #A6A6A6. Windows color (decimal): -12136997 or 14404934. OLE color: 14404934.

HSL color Cylindrical-coordinate representation of color #46CDDB: hue angle of 185.64º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CDDB is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 205 219 -
CMYK 0.68 0.06 0 0.14
HSL 185.64º 0.67% 0.57% -
HSV(B) 185.64º 0.68% 0.86% -
XYZ 37.14 50.08 74.73 -
YUV 166.23 157.77 59.36 -
System Red Green Blue C M Y K H S L
Decimal 70 205 219 0.68 0.06 0 0.14 185.64 0.67 0.57
Hex 46 CD DB 44 6 0 E BA 43 39
Octal 106 315 333 104 6 0 16 272 103 71
Binary 1000110 11001101 11011011 1000100 110 0 1110 10111010 1000011 111001

Color Harmonies of #46CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDDB

Black with #46CDDB

Text Example


Text Example

White with #46CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CDDB; }

 p { color: rgb(70,205,219); }

 H1.HeaderClassName
 {
   color: #46CDDB;
 }
 .AnyTagClassName
 {
   color: #46CDDB;
 }
</style>

background-color css

<style>
 a { background-color: #46CDDB; }

 a { background-color: rgb(70,205,219); }

 div.DivClassName
 {
   background-color: #46CDDB;
 }
 .BgClassName
 {
   background-color: #46CDDB;
 }
</style>

border-color css

<style>
 span { border-color: #46CDDB; }

 span { border-color: rgb(70,205,219); }

 td.TdClassName
 {
   border-color: #46CDDB;
 }
 .TagClassName
 {
   border-color: #46CDDB;
 }
</style>