#5BD4FA

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

Shades of Turquoise Blue #5BD4FA

Tints of Turquoise Blue #5BD4FA

Color information

#5BD4FA (or 0x5BD4FA) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D4 and FA. RGB value is (91,212,250). Sum of RGB (Red+Green+Blue) = 91+212+250=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD4FA is #A42B05. Grayscale: #B3B3B3. Windows color (decimal): -10758918 or 16438363. OLE color: 16438363.

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

Color convert

RGB91212250-
CMYK0.640.1500.02
HSL194.34º94.08%66.86%-
HSV(B)194.34º63.6%98.04%-
XYZ45.1156.2198.92-
YUV180.15167.4164.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.46%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=16.46%
G=38.34%
B=45.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912122500.640.1500.02194.3494.0866.86
Hex5BD4FA40F02c25e43
Octal1333243721001702302136103
Binary10110111101010011111010100000011110101100001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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