#5bd9f1

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

Shades of Turquoise Blue #5BD9F1

Tints of Turquoise Blue #5BD9F1

Color information

#5BD9F1 (or 0x5BD9F1) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D9 and F1. RGB value is (91,217,241). Sum of RGB (Red+Green+Blue) = 91+217+241=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BD9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD9F1 is #A4260E. Grayscale: #B5B5B5. Windows color (decimal): -10757647 or 15849819. OLE color: 15849819.

HSL color Cylindrical-coordinate representation of color #5BD9F1: hue angle of 189.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD9F1 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91217241-
CMYK0.620.1000.05
HSL189.6º84.27%65.1%-
HSV(B)189.6º62.24%94.51%-
XYZ4558.292.08-
YUV182.06161.2663.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.58%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=16.58%
G=39.53%
B=43.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912172410.620.1000.05189.684.2765.1
Hex5BD9F13EA05be5441
Octal133331361761205276124101
Binary10110111101100111110001111110101001011011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd9f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,217,241); }

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

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

 a { background-color: rgb(91,217,241); }

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

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

 span { border-color: rgb(91,217,241); }

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