Html Css Color HEX #39D0DC Medium Turquoise

📋 copy color: '#39D0DC'

red 57 ◦ green 208 ◦ blue 220

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

Shades of Medium Turquoise #39D0DC

Tints of Medium Turquoise #39D0DC

RGB

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

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

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

R = 11.75%
G = 42.89%
B = 45.36%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39D0DC (or 0x39D0DC) is known color: Medium Turquoise. HEX triplet: 39, D0 and DC. RGB value is (57,208,220). Sum of RGB (Red+Green+Blue) = 57+208+220=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #39D0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0DC is #C62F23. Grayscale: #A4A4A4. Windows color (decimal): -12988196 or 14471225. OLE color: 14471225.

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

Color convert

RGB 57 208 220 -
CMYK 0.74 0.05 0 0.14
HSL 184.42º 0.7% 0.54% -
HSV(B) 184.42º 0.74% 0.86% -
XYZ 37.16 51.15 75.62 -
YUV 164.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 57 208 220 0.74 0.05 0 0.14 184.42 0.7 0.54
Hex 39 D0 DC 4A 5 0 E B8 46 36
Octal 71 320 334 112 5 0 16 270 106 66
Binary 111001 11010000 11011100 1001010 101 0 1110 10111000 1000110 110110

Color Harmonies of #39D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D0DC

Black with #39D0DC

Text Example


Text Example

White with #39D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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