Html Css Color HEX #39CED8 Medium Turquoise

📋 copy color: '#39CED8'

red 57 ◦ green 206 ◦ blue 216

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

Shades of Medium Turquoise #39CED8

Tints of Medium Turquoise #39CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 11.9%
G = 43.01%
B = 45.09%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#39CED8 (or 0x39CED8) is known color: Medium Turquoise. HEX triplet: 39, CE and D8. RGB value is (57,206,216). Sum of RGB (Red+Green+Blue) = 57+206+216=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #39CED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CED8 is #C63127. Grayscale: #A2A2A2. Windows color (decimal): -12988712 or 14208569. OLE color: 14208569.

HSL color Cylindrical-coordinate representation of color #39CED8: hue angle of 183.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CED8 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 206 216 -
CMYK 0.74 0.05 0 0.15
HSL 183.77º 0.67% 0.54% -
HSV(B) 183.77º 0.74% 0.85% -
XYZ 36.15 49.97 72.71 -
YUV 162.59 158.14 52.69 -
System Red Green Blue C M Y K H S L
Decimal 57 206 216 0.74 0.05 0 0.15 183.77 0.67 0.54
Hex 39 CE D8 4A 5 0 F B8 43 36
Octal 71 316 330 112 5 0 17 270 103 66
Binary 111001 11001110 11011000 1001010 101 0 1111 10111000 1000011 110110

Color Harmonies of #39CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CED8

Black with #39CED8

Text Example


Text Example

White with #39CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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