#5FE9EA

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

Shades of Turquoise Blue #5FE9EA

Tints of Turquoise Blue #5FE9EA

Color information

#5FE9EA (or 0x5FE9EA) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E9 and EA. RGB value is (95,233,234). Sum of RGB (Red+Green+Blue) = 95+233+234=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FE9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE9EA is #A01615. Grayscale: #BFBFBF. Windows color (decimal): -10491414 or 15395167. OLE color: 15395167.

HSL color Cylindrical-coordinate representation of color #5FE9EA: hue angle of 180.43º 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 #5FE9EA is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95233234-
CMYK0.590.0000.08
HSL180.43º76.8%64.51%-
HSV(B)180.43º59.4%91.76%-
XYZ48.7166.6588.14-
YUV191.85151.7858.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.90%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=16.90%
G=41.46%
B=41.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952332340.590.0000.08180.4376.864.51
Hex5FE9EA3B008b44d41
Octal137351352730010264115101
Binary101111111101001111010101110110010001011010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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