#39E9FE

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

Shades of Turquoise #39E9FE

Tints of Turquoise #39E9FE

Color information

#39E9FE (or 0x39E9FE) is unknown color: approx Turquoise. HEX triplet: 39, E9 and FE. RGB value is (57,233,254). Sum of RGB (Red+Green+Blue) = 57+233+254=544 (72% of max value = 765). Red value is 57 (22.66% from 255 or 10.48% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #39E9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39E9FE is #C61601. Grayscale: #B6B6B6. Windows color (decimal): -12981762 or 16705849. OLE color: 16705849.

HSL color Cylindrical-coordinate representation of color #39E9FE: hue angle of 186.4º 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 #39E9FE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57233254-
CMYK0.780.0800.00
HSL186.4º98.99%60.98%-
HSV(B)186.4º77.56%99.61%-
XYZ48.7266.3104-
YUV182.77168.1938.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.48%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=10.48%
G=42.83%
B=46.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal572332540.780.0800.00186.498.9960.98
Hex39E9FE4E800ba633d
Octal71351376116100027214375
Binary11100111101001111111101001110100000101110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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