#5BD0FA

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

Shades of Turquoise Blue #5BD0FA

Tints of Turquoise Blue #5BD0FA

Color information

#5BD0FA (or 0x5BD0FA) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D0 and FA. RGB value is (91,208,250). Sum of RGB (Red+Green+Blue) = 91+208+250=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD0FA is #A42F05. Grayscale: #B1B1B1. Windows color (decimal): -10759942 or 16437339. OLE color: 16437339.

HSL color Cylindrical-coordinate representation of color #5BD0FA: hue angle of 195.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD0FA is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91208250-
CMYK0.640.1700.02
HSL195.85º94.08%66.86%-
HSV(B)195.85º63.6%98.04%-
XYZ44.1354.2498.59-
YUV177.8168.7466.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.58%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=16.58%
G=37.89%
B=45.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912082500.640.1700.02195.8594.0866.86
Hex5BD0FA401102c45e43
Octal1333203721002102304136103
Binary101101111010000111110101000000100010101100010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,208,250); }

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

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

 a { background-color: rgb(91,208,250); }

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

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

 span { border-color: rgb(91,208,250); }

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