#5BD5FE

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

Shades of Turquoise Blue #5BD5FE

Tints of Turquoise Blue #5BD5FE

Color information

#5BD5FE (or 0x5BD5FE) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D5 and FE. RGB value is (91,213,254). Sum of RGB (Red+Green+Blue) = 91+213+254=558 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.31% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BD5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD5FE is #A42A01. Grayscale: #B4B4B4. Windows color (decimal): -10758658 or 16700763. OLE color: 16700763.

HSL color Cylindrical-coordinate representation of color #5BD5FE: hue angle of 195.09º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD5FE is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91213254-
CMYK0.640.1600.00
HSL195.09º98.79%67.65%-
HSV(B)195.09º64.17%99.61%-
XYZ4656.97102.34-
YUV181.2169.0863.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.31%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=16.31%
G=38.17%
B=45.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal912132540.640.1600.00195.0998.7967.65
Hex5BD5FE401000c36344
Octal1333253761002000303143104
Binary10110111101010111111110100000010000001100001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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