Html Css Color HEX #39DDD3 Turquoise

📋 copy color: '#39DDD3'

red 57 ◦ green 221 ◦ blue 211

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

Shades of Turquoise #39DDD3

Tints of Turquoise #39DDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 211 (82.81% from 255) = 43.15%

R = 11.66%
G = 45.19%
B = 43.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#39DDD3 (or 0x39DDD3) is known color: Turquoise. HEX triplet: 39, DD and D3. RGB value is (57,221,211). Sum of RGB (Red+Green+Blue) = 57+221+211=489 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.66% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDD3 is #C6222C. Grayscale: #AAAAAA. Windows color (decimal): -12984877 or 13884729. OLE color: 13884729.

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

Color convert

RGB 57 221 211 -
CMYK 0.74 0 0.05 0.13
HSL 176.34º 0.71% 0.55% -
HSV(B) 176.34º 0.74% 0.87% -
XYZ 39.3 57.29 70.61 -
YUV 170.82 150.67 46.81 -
System Red Green Blue C M Y K H S L
Decimal 57 221 211 0.74 0 0.05 0.13 176.34 0.71 0.55
Hex 39 DD D3 4A 0 5 D B0 47 37
Octal 71 335 323 112 0 5 15 260 107 67
Binary 111001 11011101 11010011 1001010 0 101 1101 10110000 1000111 110111

Color Harmonies of #39DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DDD3

Black with #39DDD3

Text Example


Text Example

White with #39DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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