#5FE6D8

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

Shades of Turquoise Blue #5FE6D8

Tints of Turquoise Blue #5FE6D8

Color information

#5FE6D8 (or 0x5FE6D8) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E6 and D8. RGB value is (95,230,216). Sum of RGB (Red+Green+Blue) = 95+230+216=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE6D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE6D8 is #A01927. Grayscale: #BBBBBB. Windows color (decimal): -10492200 or 14214751. OLE color: 14214751.

HSL color Cylindrical-coordinate representation of color #5FE6D8: hue angle of 173.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE6D8 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB95230216-
CMYK0.5900.060.10
HSL173.78º72.97%63.73%-
HSV(B)173.78º58.7%90.2%-
XYZ45.4163.9874.92-
YUV188.04143.7761.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.56%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=17.56%
G=42.51%
B=39.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal952302160.5900.060.10173.7872.9763.73
Hex5FE6D83B06Aae4940
Octal137346330730612256111100
Binary10111111110011011011000111011011010101010111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,230,216); }

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

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

 a { background-color: rgb(95,230,216); }

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

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

 span { border-color: rgb(95,230,216); }

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