Html Css Color HEX #39C9DD Medium Turquoise

📋 copy color: '#39C9DD'

red 57 ◦ green 201 ◦ blue 221

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

Shades of Medium Turquoise #39C9DD

Tints of Medium Turquoise #39C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

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

R = 11.9%
G = 41.96%
B = 46.14%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#39C9DD (or 0x39C9DD) is known color: Medium Turquoise. HEX triplet: 39, C9 and DD. RGB value is (57,201,221). Sum of RGB (Red+Green+Blue) = 57+201+221=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #39C9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C9DD is #C63622. Grayscale: #A0A0A0. Windows color (decimal): -12989987 or 14534969. OLE color: 14534969.

HSL color Cylindrical-coordinate representation of color #39C9DD: hue angle of 187.32º 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 #39C9DD is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 201 221 -
CMYK 0.74 0.09 0 0.13
HSL 187.32º 0.71% 0.55% -
HSV(B) 187.32º 0.74% 0.87% -
XYZ 35.63 47.86 75.77 -
YUV 160.22 162.29 54.37 -
System Red Green Blue C M Y K H S L
Decimal 57 201 221 0.74 0.09 0 0.13 187.32 0.71 0.55
Hex 39 C9 DD 4A 9 0 D BB 47 37
Octal 71 311 335 112 11 0 15 273 107 67
Binary 111001 11001001 11011101 1001010 1001 0 1101 10111011 1000111 110111

Color Harmonies of #39C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C9DD

Black with #39C9DD

Text Example


Text Example

White with #39C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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