#5BD2FA

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

Shades of Turquoise Blue #5BD2FA

Tints of Turquoise Blue #5BD2FA

Color information

#5BD2FA (or 0x5BD2FA) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D2 and FA. RGB value is (91,210,250). Sum of RGB (Red+Green+Blue) = 91+210+250=551 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.52% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BD2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD2FA is #A42D05. Grayscale: #B2B2B2. Windows color (decimal): -10759430 or 16437851. OLE color: 16437851.

HSL color Cylindrical-coordinate representation of color #5BD2FA: hue angle of 195.09º 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 #5BD2FA is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91210250-
CMYK0.640.1600.02
HSL195.09º94.08%66.86%-
HSV(B)195.09º63.6%98.04%-
XYZ44.6255.2298.75-
YUV178.98168.0865.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.52%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=16.52%
G=38.11%
B=45.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912102500.640.1600.02195.0994.0866.86
Hex5BD2FA401002c35e43
Octal1333223721002002303136103
Binary101101111010010111110101000000100000101100001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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