#5FE3FF

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

Shades of Turquoise Blue #5FE3FF

Tints of Turquoise Blue #5FE3FF

Color information

#5FE3FF (or 0x5FE3FF) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E3 and FF. RGB value is (95,227,255). Sum of RGB (Red+Green+Blue) = 95+227+255=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FE3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE3FF is #A01C00. Grayscale: #BEBEBE. Windows color (decimal): -10492929 or 16769887. OLE color: 16769887.

HSL color Cylindrical-coordinate representation of color #5FE3FF: hue angle of 190.5º 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 #5FE3FF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95227255-
CMYK0.630.1100
HSL190.5º100%68.63%-
HSV(B)190.5º62.75%100%-
XYZ50.2464.59104.43-
YUV190.72164.2759.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.46%
GREEN value IS 227 (89.06% from 255) = 39.34%
BLUE value IS 255 (100% from 255) = 44.19%
R=16.46%
G=39.34%
B=44.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952272550.630.1100190.510068.63
Hex5FE3FF3FB00be6445
Octal137343377771300276144105
Binary101111111100011111111111111111011001011111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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