#5BCEE9

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

Shades of Turquoise Blue #5BCEE9

Tints of Turquoise Blue #5BCEE9

Color information

#5BCEE9 (or 0x5BCEE9) is unknown color: approx Turquoise Blue. HEX triplet: 5B, CE and E9. RGB value is (91,206,233). Sum of RGB (Red+Green+Blue) = 91+206+233=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #5BCEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEE9 is #A43116. Grayscale: #AEAEAE. Windows color (decimal): -10760471 or 15322715. OLE color: 15322715.

HSL color Cylindrical-coordinate representation of color #5BCEE9: hue angle of 191.41º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCEE9 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB91206233-
CMYK0.610.1200.09
HSL191.41º76.34%63.53%-
HSV(B)191.41º60.94%91.37%-
XYZ41.0952.2585.01-
YUV174.69160.968.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.17%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 233 (91.41% from 255) = 43.96%
R=17.17%
G=38.87%
B=43.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912062330.610.1200.09191.4176.3463.53
Hex5BCEE93DC09bf4c40
Octal1333163517514011277114100
Binary101101111001110111010011111011100010011011111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,206,233); }

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

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

 a { background-color: rgb(91,206,233); }

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

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

 span { border-color: rgb(91,206,233); }

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