#5FE7EA

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

Shades of Turquoise Blue #5FE7EA

Tints of Turquoise Blue #5FE7EA

Color information

#5FE7EA (or 0x5FE7EA) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E7 and EA. RGB value is (95,231,234). Sum of RGB (Red+Green+Blue) = 95+231+234=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FE7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE7EA is #A01815. Grayscale: #BEBEBE. Windows color (decimal): -10491926 or 15394655. OLE color: 15394655.

HSL color Cylindrical-coordinate representation of color #5FE7EA: hue angle of 181.29º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE7EA is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95231234-
CMYK0.590.0100.08
HSL181.29º76.8%64.51%-
HSV(B)181.29º59.4%91.76%-
XYZ48.1565.5387.95-
YUV190.68152.4459.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.96%
GREEN value IS 231 (90.62% from 255) = 41.25%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=16.96%
G=41.25%
B=41.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952312340.590.0100.08181.2976.864.51
Hex5FE7EA3B108b54d41
Octal137347352731010265115101
Binary101111111100111111010101110111010001011010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FE7EA; }

 p { color: rgb(95,231,234); }

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

<style>
 a { background-color: #5FE7EA; }

 a { background-color: rgb(95,231,234); }

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

<style>
 span { border-color: #5FE7EA; }

 span { border-color: rgb(95,231,234); }

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