Html Css Color HEX #39E9DB Turquoise

📋 copy color: '#39E9DB'

red 57 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #39E9DB

Tints of Turquoise #39E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.78%

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

R = 11.2%
G = 45.78%
B = 43.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#39E9DB (or 0x39E9DB) is known color: Turquoise. HEX triplet: 39, E9 and DB. RGB value is (57,233,219). Sum of RGB (Red+Green+Blue) = 57+233+219=509 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.20% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #39E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E9DB is #C61624. Grayscale: #B2B2B2. Windows color (decimal): -12981797 or 14412089. OLE color: 14412089.

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

Color convert

RGB 57 233 219 -
CMYK 0.76 0 0.06 0.09
HSL 175.23º 0.8% 0.57% -
HSV(B) 175.23º 0.76% 0.91% -
XYZ 43.61 64.26 77.12 -
YUV 178.78 150.69 41.14 -
System Red Green Blue C M Y K H S L
Decimal 57 233 219 0.76 0 0.06 0.09 175.23 0.8 0.57
Hex 39 E9 DB 4C 0 6 9 AF 50 39
Octal 71 351 333 114 0 6 11 257 120 71
Binary 111001 11101001 11011011 1001100 0 110 1001 10101111 1010000 111001

Color Harmonies of #39E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E9DB

Black with #39E9DB

Text Example


Text Example

White with #39E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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