#39F9EB

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

Shades of Turquoise #39F9EB

Tints of Turquoise #39F9EB

Color information

#39F9EB (or 0x39F9EB) is unknown color: approx Turquoise. HEX triplet: 39, F9 and EB. RGB value is (57,249,235). Sum of RGB (Red+Green+Blue) = 57+249+235=541 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.54% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F9EB is #C60614. Grayscale: #BDBDBD. Windows color (decimal): -12977685 or 15464761. OLE color: 15464761.

HSL color Cylindrical-coordinate representation of color #39F9EB: hue angle of 175.62º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F9EB is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB57249235-
CMYK0.7700.060.02
HSL175.62º94.12%60%-
HSV(B)175.62º77.11%97.65%-
XYZ50.5674.6290.34-
YUV190153.3933.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.54%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=10.54%
G=46.03%
B=43.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572492350.7700.060.02175.6294.1260
Hex39F9EB4D062b05e3c
Octal7137135311506226013674
Binary11100111111001111010111001101011010101100001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,249,235); }

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

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

 a { background-color: rgb(57,249,235); }

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

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

 span { border-color: rgb(57,249,235); }

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