#39F9E0

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

Shades of Turquoise #39F9E0

Tints of Turquoise #39F9E0

Color information

#39F9E0 (or 0x39F9E0) is unknown color: approx Turquoise. HEX triplet: 39, F9 and E0. RGB value is (57,249,224). Sum of RGB (Red+Green+Blue) = 57+249+224=530 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.75% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F9E0 is #C6061F. Grayscale: #BCBCBC. Windows color (decimal): -12977696 or 14743865. OLE color: 14743865.

HSL color Cylindrical-coordinate representation of color #39F9E0: hue angle of 172.19º 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 #39F9E0 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB57249224-
CMYK0.7700.100.02
HSL172.19º94.12%60%-
HSV(B)172.19º77.11%97.65%-
XYZ49.027482.22-
YUV188.74147.8934.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.75%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=10.75%
G=46.98%
B=42.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572492240.7700.100.02172.1994.1260
Hex39F9E04D0A2ac5e3c
Octal71371340115012225413674
Binary111001111110011110000010011010101010101011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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