#39E2FE

Color #39E2FE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #39E2FE

Tints of Turquoise #39E2FE

Color information

#39E2FE (or 0x39E2FE) is unknown color: approx Turquoise. HEX triplet: 39, E2 and FE. RGB value is (57,226,254). Sum of RGB (Red+Green+Blue) = 57+226+254=537 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.61% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #39E2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E2FE is #C61D01. Grayscale: #B2B2B2. Windows color (decimal): -12983554 or 16704057. OLE color: 16704057.

HSL color Cylindrical-coordinate representation of color #39E2FE: hue angle of 188.53º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39E2FE is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57226254-
CMYK0.780.1100.00
HSL188.53º98.99%60.98%-
HSV(B)188.53º77.56%99.61%-
XYZ46.7762.42103.35-
YUV178.66170.5141.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.61%
GREEN value IS 226 (88.67% from 255) = 42.09%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=10.61%
G=42.09%
B=47.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal572262540.780.1100.00188.5398.9960.98
Hex39E2FE4EB00bd633d
Octal71342376116130027514375
Binary11100111100010111111101001110101100101111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39E2FE;
 }
 .AnyTagClassName
 {
   color: #39E2FE;
 }
</style>
background-color css

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

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

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

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

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

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