Html Css Color HEX #39CEDC Medium Turquoise

📋 copy color: '#39CEDC'

red 57 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #39CEDC

Tints of Medium Turquoise #39CEDC

RGB

 RED value IS 57 (22.66% from 255) = 11.8%

 GREEN value IS 206 (80.86% from 255) = 42.65%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 11.8%
G = 42.65%
B = 45.55%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39CEDC (or 0x39CEDC) is known color: Medium Turquoise. HEX triplet: 39, CE and DC. RGB value is (57,206,220). Sum of RGB (Red+Green+Blue) = 57+206+220=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #39CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEDC is #C63123. Grayscale: #A2A2A2. Windows color (decimal): -12988708 or 14470713. OLE color: 14470713.

HSL color Cylindrical-coordinate representation of color #39CEDC: hue angle of 185.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CEDC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 206 220 -
CMYK 0.74 0.06 0 0.14
HSL 185.15º 0.7% 0.54% -
HSV(B) 185.15º 0.74% 0.86% -
XYZ 36.68 50.18 75.46 -
YUV 163.05 160.14 52.36 -
System Red Green Blue C M Y K H S L
Decimal 57 206 220 0.74 0.06 0 0.14 185.15 0.7 0.54
Hex 39 CE DC 4A 6 0 E B9 46 36
Octal 71 316 334 112 6 0 16 271 106 66
Binary 111001 11001110 11011100 1001010 110 0 1110 10111001 1000110 110110

Color Harmonies of #39CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CEDC

Black with #39CEDC

Text Example


Text Example

White with #39CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39CEDC; }

 p { color: rgb(57,206,220); }

 H1.HeaderClassName
 {
   color: #39CEDC;
 }
 .AnyTagClassName
 {
   color: #39CEDC;
 }
</style>

background-color css

<style>
 a { background-color: #39CEDC; }

 a { background-color: rgb(57,206,220); }

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

border-color css

<style>
 span { border-color: #39CEDC; }

 span { border-color: rgb(57,206,220); }

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