#5BECD2

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

Shades of Turquoise #5BECD2

Tints of Turquoise #5BECD2

Color information

#5BECD2 (or 0x5BECD2) is unknown color: approx Turquoise. HEX triplet: 5B, EC and D2. RGB value is (91,236,210). Sum of RGB (Red+Green+Blue) = 91+236+210=537 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.95% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECD2 is #A4132D. Grayscale: #BDBDBD. Windows color (decimal): -10752814 or 13823067. OLE color: 13823067.

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

Color convert

RGB91236210-
CMYK0.6100.110.07
HSL169.24º79.23%64.12%-
HSV(B)169.24º61.44%92.55%-
XYZ45.9466.8771.46-
YUV189.68139.4657.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.95%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=16.95%
G=43.95%
B=39.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912362100.6100.110.07169.2479.2364.12
Hex5BECD23D0B7a94f40
Octal133354322750137251117100
Binary10110111110110011010010111101010111111010100110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,236,210); }

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

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

 a { background-color: rgb(91,236,210); }

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

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

 span { border-color: rgb(91,236,210); }

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