Html Css Color HEX #39DCC2 Turquoise

📋 copy color: '#39DCC2'

red 57 ◦ green 220 ◦ blue 194

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

Shades of Turquoise #39DCC2

Tints of Turquoise #39DCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 12.1%
G = 46.71%
B = 41.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#39DCC2 (or 0x39DCC2) is known color: Turquoise. HEX triplet: 39, DC and C2. RGB value is (57,220,194). Sum of RGB (Red+Green+Blue) = 57+220+194=471 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.10% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCC2 is #C6233D. Grayscale: #A8A8A8. Windows color (decimal): -12985150 or 12770361. OLE color: 12770361.

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

Color convert

RGB 57 220 194 -
CMYK 0.74 0 0.12 0.14
HSL 170.43º 0.7% 0.54% -
HSV(B) 170.43º 0.74% 0.86% -
XYZ 37.02 55.95 59.89 -
YUV 168.3 142.5 48.61 -
System Red Green Blue C M Y K H S L
Decimal 57 220 194 0.74 0 0.12 0.14 170.43 0.7 0.54
Hex 39 DC C2 4A 0 C E AA 46 36
Octal 71 334 302 112 0 14 16 252 106 66
Binary 111001 11011100 11000010 1001010 0 1100 1110 10101010 1000110 110110

Color Harmonies of #39DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCC2

Black with #39DCC2

Text Example


Text Example

White with #39DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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