Html Css Color HEX #39D0CC Medium Turquoise

📋 copy color: '#39D0CC'

red 57 ◦ green 208 ◦ blue 204

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

Shades of Medium Turquoise #39D0CC

Tints of Medium Turquoise #39D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 12.15%
G = 44.35%
B = 43.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#39D0CC (or 0x39D0CC) is known color: Medium Turquoise. HEX triplet: 39, D0 and CC. RGB value is (57,208,204). Sum of RGB (Red+Green+Blue) = 57+208+204=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #39D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0CC is #C62F33. Grayscale: #A2A2A2. Windows color (decimal): -12988212 or 13422649. OLE color: 13422649.

HSL color Cylindrical-coordinate representation of color #39D0CC: hue angle of 178.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D0CC is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 208 204 -
CMYK 0.73 0 0.02 0.18
HSL 178.41º 0.62% 0.52% -
HSV(B) 178.41º 0.73% 0.82% -
XYZ 35.14 50.34 64.99 -
YUV 162.4 151.47 52.83 -
System Red Green Blue C M Y K H S L
Decimal 57 208 204 0.73 0 0.02 0.18 178.41 0.62 0.52
Hex 39 D0 CC 49 0 2 12 B2 3E 34
Octal 71 320 314 111 0 2 22 262 76 64
Binary 111001 11010000 11001100 1001001 0 10 10010 10110010 111110 110100

Color Harmonies of #39D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D0CC

Black with #39D0CC

Text Example


Text Example

White with #39D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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