#39E8FA

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

Shades of Turquoise #39E8FA

Tints of Turquoise #39E8FA

Color information

#39E8FA (or 0x39E8FA) is unknown color: approx Turquoise. HEX triplet: 39, E8 and FA. RGB value is (57,232,250). Sum of RGB (Red+Green+Blue) = 57+232+250=539 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.58% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #39E8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39E8FA is #C61705. Grayscale: #B5B5B5. Windows color (decimal): -12982022 or 16443449. OLE color: 16443449.

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

Color convert

RGB57232250-
CMYK0.770.0700.02
HSL185.6º95.07%60.2%-
HSV(B)185.6º77.2%98.04%-
XYZ47.865.49100.56-
YUV181.73166.5239.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.58%
GREEN value IS 232 (91.02% from 255) = 43.04%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=10.58%
G=43.04%
B=46.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572322500.770.0700.02185.695.0760.2
Hex39E8FA4D702ba5f3c
Octal7135037211570227213774
Binary11100111101000111110101001101111010101110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,232,250); }

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

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

 a { background-color: rgb(57,232,250); }

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

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

 span { border-color: rgb(57,232,250); }

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