#39F9E1

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

Shades of Turquoise #39F9E1

Tints of Turquoise #39F9E1

Color information

#39F9E1 (or 0x39F9E1) is unknown color: approx Turquoise. HEX triplet: 39, F9 and E1. RGB value is (57,249,225). Sum of RGB (Red+Green+Blue) = 57+249+225=531 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.73% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F9E1 is #C6061E. Grayscale: #BCBCBC. Windows color (decimal): -12977695 or 14809401. OLE color: 14809401.

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

Color convert

RGB57249225-
CMYK0.7700.100.02
HSL172.5º94.12%60%-
HSV(B)172.5º77.11%97.65%-
XYZ49.1574.0682.94-
YUV188.86148.3933.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.73%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=10.73%
G=46.89%
B=42.37%

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
Decimal572492250.7700.100.02172.594.1260
Hex39F9E14D0A2ac5e3c
Octal71371341115012225413674
Binary111001111110011110000110011010101010101011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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