Html Css Color HEX #39E5D8 Turquoise

📋 copy color: '#39E5D8'

red 57 ◦ green 229 ◦ blue 216

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

Shades of Turquoise #39E5D8

Tints of Turquoise #39E5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.62%

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 11.35%
G = 45.62%
B = 43.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#39E5D8 (or 0x39E5D8) is known color: Turquoise. HEX triplet: 39, E5 and D8. RGB value is (57,229,216). Sum of RGB (Red+Green+Blue) = 57+229+216=502 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.35% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5D8 is #C61A27. Grayscale: #AFAFAF. Windows color (decimal): -12982824 or 14214457. OLE color: 14214457.

HSL color Cylindrical-coordinate representation of color #39E5D8: hue angle of 175.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E5D8 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 57 229 216 -
CMYK 0.75 0 0.06 0.10
HSL 175.47º 0.77% 0.56% -
HSV(B) 175.47º 0.75% 0.9% -
XYZ 42.1 61.87 74.69 -
YUV 176.09 150.52 43.06 -
System Red Green Blue C M Y K H S L
Decimal 57 229 216 0.75 0 0.06 0.10 175.47 0.77 0.56
Hex 39 E5 D8 4B 0 6 A AF 4D 38
Octal 71 345 330 113 0 6 12 257 115 70
Binary 111001 11100101 11011000 1001011 0 110 1010 10101111 1001101 111000

Color Harmonies of #39E5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E5D8

Black with #39E5D8

Text Example


Text Example

White with #39E5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,229,216); }

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

background-color css

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

 a { background-color: rgb(57,229,216); }

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

border-color css

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

 span { border-color: rgb(57,229,216); }

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