Html Css Color HEX #39CCDD Medium Turquoise

📋 copy color: '#39CCDD'

red 57 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #39CCDD

Tints of Medium Turquoise #39CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 11.83%
G = 42.32%
B = 45.85%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#39CCDD (or 0x39CCDD) is known color: Medium Turquoise. HEX triplet: 39, CC and DD. RGB value is (57,204,221). Sum of RGB (Red+Green+Blue) = 57+204+221=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #39CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCDD is #C63322. Grayscale: #A1A1A1. Windows color (decimal): -12989219 or 14535737. OLE color: 14535737.

HSL color Cylindrical-coordinate representation of color #39CCDD: hue angle of 186.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CCDD is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 204 221 -
CMYK 0.74 0.08 0 0.13
HSL 186.22º 0.71% 0.55% -
HSV(B) 186.22º 0.74% 0.87% -
XYZ 36.33 49.28 76 -
YUV 161.99 161.3 53.12 -
System Red Green Blue C M Y K H S L
Decimal 57 204 221 0.74 0.08 0 0.13 186.22 0.71 0.55
Hex 39 CC DD 4A 8 0 D BA 47 37
Octal 71 314 335 112 10 0 15 272 107 67
Binary 111001 11001100 11011101 1001010 1000 0 1101 10111010 1000111 110111

Color Harmonies of #39CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CCDD

Black with #39CCDD

Text Example


Text Example

White with #39CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,204,221); }

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

background-color css

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

 a { background-color: rgb(57,204,221); }

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

border-color css

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

 span { border-color: rgb(57,204,221); }

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