#5FEFE5

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

Shades of Turquoise Blue #5FEFE5

Tints of Turquoise Blue #5FEFE5

Color information

#5FEFE5 (or 0x5FEFE5) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EF and E5. RGB value is (95,239,229). Sum of RGB (Red+Green+Blue) = 95+239+229=563 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.87% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFE5 is #A0101A. Grayscale: #C2C2C2. Windows color (decimal): -10489883 or 15069023. OLE color: 15069023.

HSL color Cylindrical-coordinate representation of color #5FEFE5: hue angle of 175.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFE5 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB95239229-
CMYK0.6000.040.06
HSL175.83º81.82%65.49%-
HSV(B)175.83º60.25%93.73%-
XYZ49.7369.8284.98-
YUV194.8147.2956.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.87%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=16.87%
G=42.45%
B=40.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952392290.6000.040.06175.8381.8265.49
Hex5FEFE53C046b05241
Octal13735734574046260122101
Binary1011111111011111110010111110001001101011000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,239,229); }

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

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

 a { background-color: rgb(95,239,229); }

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

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

 span { border-color: rgb(95,239,229); }

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