Html Css Color HEX #39EADB Turquoise

📋 copy color: '#39EADB'

red 57 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #39EADB

Tints of Turquoise #39EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.88%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 11.18%
G = 45.88%
B = 42.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#39EADB (or 0x39EADB) is known color: Turquoise. HEX triplet: 39, EA and DB. RGB value is (57,234,219). Sum of RGB (Red+Green+Blue) = 57+234+219=510 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.18% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #39EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EADB is #C61524. Grayscale: #B3B3B3. Windows color (decimal): -12981541 or 14412345. OLE color: 14412345.

HSL color Cylindrical-coordinate representation of color #39EADB: hue angle of 174.92º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EADB is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 234 219 -
CMYK 0.76 0 0.06 0.08
HSL 174.92º 0.81% 0.57% -
HSV(B) 174.92º 0.76% 0.92% -
XYZ 43.9 64.83 77.22 -
YUV 179.37 150.36 40.72 -
System Red Green Blue C M Y K H S L
Decimal 57 234 219 0.76 0 0.06 0.08 174.92 0.81 0.57
Hex 39 EA DB 4C 0 6 8 AF 51 39
Octal 71 352 333 114 0 6 10 257 121 71
Binary 111001 11101010 11011011 1001100 0 110 1000 10101111 1010001 111001

Color Harmonies of #39EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EADB

Black with #39EADB

Text Example


Text Example

White with #39EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,234,219); }

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

background-color css

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

 a { background-color: rgb(57,234,219); }

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

border-color css

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

 span { border-color: rgb(57,234,219); }

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