Html Css Color HEX #39DDD7 Turquoise

📋 copy color: '#39DDD7'

red 57 ◦ green 221 ◦ blue 215

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

Shades of Turquoise #39DDD7

Tints of Turquoise #39DDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 11.56%
G = 44.83%
B = 43.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#39DDD7 (or 0x39DDD7) is known color: Turquoise. HEX triplet: 39, DD and D7. RGB value is (57,221,215). Sum of RGB (Red+Green+Blue) = 57+221+215=493 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.56% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDD7 is #C62228. Grayscale: #ABABAB. Windows color (decimal): -12984873 or 14146873. OLE color: 14146873.

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

Color convert

RGB 57 221 215 -
CMYK 0.74 0 0.03 0.13
HSL 177.8º 0.71% 0.55% -
HSV(B) 177.8º 0.74% 0.87% -
XYZ 39.81 57.49 73.29 -
YUV 171.28 152.67 46.49 -
System Red Green Blue C M Y K H S L
Decimal 57 221 215 0.74 0 0.03 0.13 177.8 0.71 0.55
Hex 39 DD D7 4A 0 3 D B2 47 37
Octal 71 335 327 112 0 3 15 262 107 67
Binary 111001 11011101 11010111 1001010 0 11 1101 10110010 1000111 110111

Color Harmonies of #39DDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DDD7

Black with #39DDD7

Text Example


Text Example

White with #39DDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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