#39E0F8

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

Shades of Turquoise #39E0F8

Tints of Turquoise #39E0F8

Color information

#39E0F8 (or 0x39E0F8) is unknown color: approx Turquoise. HEX triplet: 39, E0 and F8. RGB value is (57,224,248). Sum of RGB (Red+Green+Blue) = 57+224+248=529 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.78% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #39E0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E0F8 is #C61F07. Grayscale: #B0B0B0. Windows color (decimal): -12984072 or 16310329. OLE color: 16310329.

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

Color convert

RGB57224248-
CMYK0.770.1000.03
HSL187.54º93.17%59.8%-
HSV(B)187.54º77.02%97.25%-
XYZ45.2960.9698.19-
YUV176.8168.1742.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.78%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=10.78%
G=42.34%
B=46.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal572242480.770.1000.03187.5493.1759.8
Hex39E0F84DA03bc5d3c
Octal71340370115120327413574
Binary111001111000001111100010011011010011101111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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