#5BDAE3

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

Shades of Turquoise Blue #5BDAE3

Tints of Turquoise Blue #5BDAE3

Color information

#5BDAE3 (or 0x5BDAE3) is unknown color: approx Turquoise Blue. HEX triplet: 5B, DA and E3. RGB value is (91,218,227). Sum of RGB (Red+Green+Blue) = 91+218+227=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #5BDAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDAE3 is #A4251C. Grayscale: #B4B4B4. Windows color (decimal): -10757405 or 14932571. OLE color: 14932571.

HSL color Cylindrical-coordinate representation of color #5BDAE3: hue angle of 183.97º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BDAE3 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB91218227-
CMYK0.600.0400.11
HSL183.97º70.83%62.35%-
HSV(B)183.97º59.91%89.02%-
XYZ43.2557.9181.57-
YUV181.05153.9263.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.98%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=16.98%
G=40.67%
B=42.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal912182270.600.0400.11183.9770.8362.35
Hex5BDAE33C40Bb8473e
Octal13333234374401327010776
Binary1011011110110101110001111110010001011101110001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,218,227); }

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

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

 a { background-color: rgb(91,218,227); }

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

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

 span { border-color: rgb(91,218,227); }

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