Html Css Color HEX #39E2EF Turquoise

📋 copy color: '#39E2EF'

red 57 ◦ green 226 ◦ blue 239

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

Shades of Turquoise #39E2EF

Tints of Turquoise #39E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.3%

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 10.92%
G = 43.3%
B = 45.79%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#39E2EF (or 0x39E2EF) is known color: Turquoise. HEX triplet: 39, E2 and EF. RGB value is (57,226,239). Sum of RGB (Red+Green+Blue) = 57+226+239=522 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.92% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #39E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E2EF is #C61D10. Grayscale: #B0B0B0. Windows color (decimal): -12983569 or 15721017. OLE color: 15721017.

HSL color Cylindrical-coordinate representation of color #39E2EF: hue angle of 184.29º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39E2EF is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 57 226 239 -
CMYK 0.76 0.05 0 0.06
HSL 184.29º 0.85% 0.58% -
HSV(B) 184.29º 0.76% 0.94% -
XYZ 44.46 61.49 91.19 -
YUV 176.95 163.01 42.44 -
System Red Green Blue C M Y K H S L
Decimal 57 226 239 0.76 0.05 0 0.06 184.29 0.85 0.58
Hex 39 E2 EF 4C 5 0 6 B8 55 3A
Octal 71 342 357 114 5 0 6 270 125 72
Binary 111001 11100010 11101111 1001100 101 0 110 10111000 1010101 111010

Color Harmonies of #39E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E2EF

Black with #39E2EF

Text Example


Text Example

White with #39E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,226,239); }

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

background-color css

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

 a { background-color: rgb(57,226,239); }

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

border-color css

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

 span { border-color: rgb(57,226,239); }

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