#39F8D3

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

Shades of Turquoise #39F8D3

Tints of Turquoise #39F8D3

Color information

#39F8D3 (or 0x39F8D3) is unknown color: approx Turquoise. HEX triplet: 39, F8 and D3. RGB value is (57,248,211). Sum of RGB (Red+Green+Blue) = 57+248+211=516 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.05% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #39F8D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F8D3 is #C6072C. Grayscale: #BABABA. Windows color (decimal): -12977965 or 13891641. OLE color: 13891641.

HSL color Cylindrical-coordinate representation of color #39F8D3: hue angle of 168.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F8D3 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB57248211-
CMYK0.7700.150.03
HSL168.38º93.17%59.8%-
HSV(B)168.38º77.02%97.25%-
XYZ47.0172.7173.18-
YUV186.67141.7235.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.05%
GREEN value IS 248 (97.27% from 255) = 48.06%
BLUE value IS 211 (82.81% from 255) = 40.89%
R=11.05%
G=48.06%
B=40.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal572482110.7700.150.03168.3893.1759.8
Hex39F8D34D0F3a85d3c
Octal71370323115017325013574
Binary111001111110001101001110011010111111101010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,248,211); }

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

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

 a { background-color: rgb(57,248,211); }

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

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

 span { border-color: rgb(57,248,211); }

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