#5FE1FF

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

Shades of Turquoise Blue #5FE1FF

Tints of Turquoise Blue #5FE1FF

Color information

#5FE1FF (or 0x5FE1FF) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E1 and FF. RGB value is (95,225,255). Sum of RGB (Red+Green+Blue) = 95+225+255=575 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.52% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE1FF is #A01E00. Grayscale: #BDBDBD. Windows color (decimal): -10493441 or 16769375. OLE color: 16769375.

HSL color Cylindrical-coordinate representation of color #5FE1FF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FE1FF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95225255-
CMYK0.630.1200
HSL191.25º100%68.63%-
HSV(B)191.25º62.75%100%-
XYZ49.6963.5104.25-
YUV189.55164.9360.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.52%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 255 (100% from 255) = 44.35%
R=16.52%
G=39.13%
B=44.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952252550.630.1200191.2510068.63
Hex5FE1FF3FC00bf6445
Octal137341377771400277144105
Binary101111111100001111111111111111100001011111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,225,255); }

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

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

 a { background-color: rgb(95,225,255); }

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

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

 span { border-color: rgb(95,225,255); }

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