#5fe8df

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

Shades of Turquoise Blue #5FE8DF

Tints of Turquoise Blue #5FE8DF

Color information

#5FE8DF (or 0x5FE8DF) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E8 and DF. RGB value is (95,232,223). Sum of RGB (Red+Green+Blue) = 95+232+223=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #5FE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE8DF is #A01720. Grayscale: #BDBDBD. Windows color (decimal): -10491681 or 14674015. OLE color: 14674015.

HSL color Cylindrical-coordinate representation of color #5FE8DF: hue angle of 176.06º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE8DF is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB95232223-
CMYK0.5900.040.09
HSL176.06º74.86%64.12%-
HSV(B)176.06º59.05%90.98%-
XYZ46.965.4779.98-
YUV190.01146.6160.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.27%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=17.27%
G=42.18%
B=40.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952322230.5900.040.09176.0674.8664.12
Hex5FE8DF3B049b04b40
Octal137350337730411260113100
Binary10111111110100011011111111011010010011011000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fe8df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,232,223); }

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

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

 a { background-color: rgb(95,232,223); }

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

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

 span { border-color: rgb(95,232,223); }

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