Html Css Color HEX #39E7D7 Turquoise

📋 copy color: '#39E7D7'

red 57 ◦ green 231 ◦ blue 215

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

Shades of Turquoise #39E7D7

Tints of Turquoise #39E7D7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.92%

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

R = 11.33%
G = 45.92%
B = 42.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#39E7D7 (or 0x39E7D7) is known color: Turquoise. HEX triplet: 39, E7 and D7. RGB value is (57,231,215). Sum of RGB (Red+Green+Blue) = 57+231+215=503 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.33% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #39E7D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E7D7 is #C61828. Grayscale: #B1B1B1. Windows color (decimal): -12982313 or 14149433. OLE color: 14149433.

HSL color Cylindrical-coordinate representation of color #39E7D7: hue angle of 174.48º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E7D7 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 57 231 215 -
CMYK 0.75 0 0.07 0.09
HSL 174.48º 0.78% 0.56% -
HSV(B) 174.48º 0.75% 0.91% -
XYZ 42.53 62.93 74.19 -
YUV 177.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 57 231 215 0.75 0 0.07 0.09 174.48 0.78 0.56
Hex 39 E7 D7 4B 0 7 9 AE 4E 38
Octal 71 347 327 113 0 7 11 256 116 70
Binary 111001 11100111 11010111 1001011 0 111 1001 10101110 1001110 111000

Color Harmonies of #39E7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E7D7

Black with #39E7D7

Text Example


Text Example

White with #39E7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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