#5bf8df

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

Shades of Turquoise #5BF8DF

Tints of Turquoise #5BF8DF

Color information

#5BF8DF (or 0x5BF8DF) is unknown color: approx Turquoise. HEX triplet: 5B, F8 and DF. RGB value is (91,248,223). Sum of RGB (Red+Green+Blue) = 91+248+223=562 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.19% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF8DF is #A40720. Grayscale: #C6C6C6. Windows color (decimal): -10749729 or 14678107. OLE color: 14678107.

HSL color Cylindrical-coordinate representation of color #5BF8DF: hue angle of 170.45º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF8DF is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB91248223-
CMYK0.6300.100.03
HSL170.45º91.81%66.47%-
HSV(B)170.45º63.31%97.25%-
XYZ51.274.6981.53-
YUV198.21141.9951.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.19%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=16.19%
G=44.13%
B=39.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912482230.6300.100.03170.4591.8166.47
Hex5BF8DF3F0A3aa5c42
Octal133370337770123252134102
Binary1011011111110001101111111111101010111010101010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bf8df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,248,223); }

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

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

 a { background-color: rgb(91,248,223); }

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

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

 span { border-color: rgb(91,248,223); }

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