#5BDCED

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

Shades of Turquoise Blue #5BDCED

Tints of Turquoise Blue #5BDCED

Color information

#5BDCED (or 0x5BDCED) is unknown color: approx Turquoise Blue. HEX triplet: 5B, DC and ED. RGB value is (91,220,237). Sum of RGB (Red+Green+Blue) = 91+220+237=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDCED is #A42312. Grayscale: #B7B7B7. Windows color (decimal): -10756883 or 15588443. OLE color: 15588443.

HSL color Cylindrical-coordinate representation of color #5BDCED: hue angle of 186.99º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BDCED is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91220237-
CMYK0.620.0700.07
HSL186.99º80.22%64.31%-
HSV(B)186.99º61.6%92.94%-
XYZ45.1959.5289.23-
YUV183.37158.2662.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.61%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=16.61%
G=40.15%
B=43.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912202370.620.0700.07186.9980.2264.31
Hex5BDCED3E707bb5040
Octal13333435576707273120100
Binary1011011110111001110110111111011101111011101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,220,237); }

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

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

 a { background-color: rgb(91,220,237); }

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

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

 span { border-color: rgb(91,220,237); }

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