#5BDCEE

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

Shades of Turquoise Blue #5BDCEE

Tints of Turquoise Blue #5BDCEE

Color information

#5BDCEE (or 0x5BDCEE) is unknown color: approx Turquoise Blue. HEX triplet: 5B, DC and EE. RGB value is (91,220,238). Sum of RGB (Red+Green+Blue) = 91+220+238=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BDCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDCEE is #A42311. Grayscale: #B7B7B7. Windows color (decimal): -10756882 or 15653979. OLE color: 15653979.

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

Color convert

RGB91220238-
CMYK0.620.0800.07
HSL187.35º81.22%64.51%-
HSV(B)187.35º61.76%93.33%-
XYZ45.3459.5890-
YUV183.48158.7662.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.58%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=16.58%
G=40.07%
B=43.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912202380.620.0800.07187.3581.2264.51
Hex5BDCEE3E807bb5141
Octal133334356761007273121101
Binary10110111101110011101110111110100001111011101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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