Html Css Color HEX #39EEDB Turquoise

📋 copy color: '#39EEDB'

red 57 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #39EEDB

Tints of Turquoise #39EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.3%

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

R = 11.09%
G = 46.3%
B = 42.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#39EEDB (or 0x39EEDB) is known color: Turquoise. HEX triplet: 39, EE and DB. RGB value is (57,238,219). Sum of RGB (Red+Green+Blue) = 57+238+219=514 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.09% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #39EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EEDB is #C61124. Grayscale: #B5B5B5. Windows color (decimal): -12980517 or 14413369. OLE color: 14413369.

HSL color Cylindrical-coordinate representation of color #39EEDB: hue angle of 173.7º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EEDB is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 238 219 -
CMYK 0.76 0 0.08 0.07
HSL 173.7º 0.84% 0.58% -
HSV(B) 173.7º 0.76% 0.93% -
XYZ 45.05 67.13 77.6 -
YUV 181.72 149.03 39.04 -
System Red Green Blue C M Y K H S L
Decimal 57 238 219 0.76 0 0.08 0.07 173.7 0.84 0.58
Hex 39 EE DB 4C 0 8 7 AE 54 3A
Octal 71 356 333 114 0 10 7 256 124 72
Binary 111001 11101110 11011011 1001100 0 1000 111 10101110 1010100 111010

Color Harmonies of #39EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EEDB

Black with #39EEDB

Text Example


Text Example

White with #39EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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