#5BEBDD

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

Shades of Turquoise Blue #5BEBDD

Tints of Turquoise Blue #5BEBDD

Color information

#5BEBDD (or 0x5BEBDD) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EB and DD. RGB value is (91,235,221). Sum of RGB (Red+Green+Blue) = 91+235+221=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBDD is #A41422. Grayscale: #BEBEBE. Windows color (decimal): -10753059 or 14543707. OLE color: 14543707.

HSL color Cylindrical-coordinate representation of color #5BEBDD: hue angle of 174.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEBDD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB91235221-
CMYK0.6100.060.08
HSL174.17º78.26%63.92%-
HSV(B)174.17º61.28%92.16%-
XYZ47.0766.8678.83-
YUV190.35145.2957.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.64%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=16.64%
G=42.96%
B=40.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912352210.6100.060.08174.1778.2663.92
Hex5BEBDD3D068ae4e40
Octal133353335750610256116100
Binary10110111110101111011101111101011010001010111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,235,221); }

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

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

 a { background-color: rgb(91,235,221); }

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

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

 span { border-color: rgb(91,235,221); }

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