#5BF0D5

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

Shades of Turquoise #5BF0D5

Tints of Turquoise #5BF0D5

Color information

#5BF0D5 (or 0x5BF0D5) is unknown color: approx Turquoise. HEX triplet: 5B, F0 and D5. RGB value is (91,240,213). Sum of RGB (Red+Green+Blue) = 91+240+213=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF0D5 is #A40F2A. Grayscale: #C0C0C0. Windows color (decimal): -10751787 or 14020699. OLE color: 14020699.

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

Color convert

RGB91240213-
CMYK0.6200.110.06
HSL169.13º83.24%64.9%-
HSV(B)169.13º62.08%94.12%-
XYZ47.4869.3573.83-
YUV192.37139.6455.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.73%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=16.73%
G=44.12%
B=39.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912402130.6200.110.06169.1383.2464.9
Hex5BF0D53E0B6a95341
Octal133360325760136251123101
Binary10110111111000011010101111110010111101010100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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