#5FEBE3

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

Shades of Turquoise Blue #5FEBE3

Tints of Turquoise Blue #5FEBE3

Color information

#5FEBE3 (or 0x5FEBE3) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EB and E3. RGB value is (95,235,227). Sum of RGB (Red+Green+Blue) = 95+235+227=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBE3 is #A0141C. Grayscale: #C0C0C0. Windows color (decimal): -10490909 or 14936927. OLE color: 14936927.

HSL color Cylindrical-coordinate representation of color #5FEBE3: hue angle of 176.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBE3 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB95235227-
CMYK0.6000.030.08
HSL176.57º77.78%64.71%-
HSV(B)176.57º59.57%92.16%-
XYZ48.2967.483.14-
YUV192.23147.6258.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.06%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=17.06%
G=42.19%
B=40.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952352270.6000.030.08176.5777.7864.71
Hex5FEBE33C038b14e41
Octal137353343740310261116101
Binary1011111111010111110001111110001110001011000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,235,227); }

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

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

 a { background-color: rgb(95,235,227); }

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

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

 span { border-color: rgb(95,235,227); }

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