Html Css Color HEX #39DDD1 Turquoise

📋 copy color: '#39DDD1'

red 57 ◦ green 221 ◦ blue 209

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

Shades of Turquoise #39DDD1

Tints of Turquoise #39DDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.92%

R = 11.7%
G = 45.38%
B = 42.92%

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

#39DDD1 (or 0x39DDD1) is known color: Turquoise. HEX triplet: 39, DD and D1. RGB value is (57,221,209). Sum of RGB (Red+Green+Blue) = 57+221+209=487 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.70% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDD1 is #C6222E. Grayscale: #AAAAAA. Windows color (decimal): -12984879 or 13753657. OLE color: 13753657.

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

Color convert

RGB 57 221 209 -
CMYK 0.74 0 0.05 0.13
HSL 175.61º 0.71% 0.55% -
HSV(B) 175.61º 0.74% 0.87% -
XYZ 39.05 57.19 69.3 -
YUV 170.6 149.67 46.98 -
System Red Green Blue C M Y K H S L
Decimal 57 221 209 0.74 0 0.05 0.13 175.61 0.71 0.55
Hex 39 DD D1 4A 0 5 D B0 47 37
Octal 71 335 321 112 0 5 15 260 107 67
Binary 111001 11011101 11010001 1001010 0 101 1101 10110000 1000111 110111

Color Harmonies of #39DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DDD1

Black with #39DDD1

Text Example


Text Example

White with #39DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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