#5BF0CA

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

Shades of Turquoise #5BF0CA

Tints of Turquoise #5BF0CA

Color information

#5BF0CA (or 0x5BF0CA) is unknown color: approx Turquoise. HEX triplet: 5B, F0 and CA. RGB value is (91,240,202). Sum of RGB (Red+Green+Blue) = 91+240+202=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF0CA is #A40F35. Grayscale: #BFBFBF. Windows color (decimal): -10751798 or 13299803. OLE color: 13299803.

HSL color Cylindrical-coordinate representation of color #5BF0CA: hue angle of 164.7º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF0CA is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB91240202-
CMYK0.6200.160.06
HSL164.7º83.24%64.9%-
HSV(B)164.7º62.08%94.12%-
XYZ46.1468.8166.73-
YUV191.12134.1456.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.07%
GREEN value IS 240 (94.14% from 255) = 45.03%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=17.07%
G=45.03%
B=37.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912402020.6200.160.06164.783.2464.9
Hex5BF0CA3E0106a55341
Octal133360312760206245123101
Binary101101111110000110010101111100100001101010010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,240,202); }

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

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

 a { background-color: rgb(91,240,202); }

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

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

 span { border-color: rgb(91,240,202); }

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