#5BEADE

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

Shades of Turquoise Blue #5BEADE

Tints of Turquoise Blue #5BEADE

Color information

#5BEADE (or 0x5BEADE) is unknown color: approx Turquoise Blue. HEX triplet: 5B, EA and DE. RGB value is (91,234,222). Sum of RGB (Red+Green+Blue) = 91+234+222=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEADE is #A41521. Grayscale: #BDBDBD. Windows color (decimal): -10753314 or 14608987. OLE color: 14608987.

HSL color Cylindrical-coordinate representation of color #5BEADE: hue angle of 174.97º degrees, saturation: 0.77, 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 #5BEADE is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB91234222-
CMYK0.6100.050.08
HSL174.97º77.3%63.73%-
HSV(B)174.97º61.11%91.76%-
XYZ46.9266.3479.44-
YUV189.88146.1257.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.64%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=16.64%
G=42.78%
B=40.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912342220.6100.050.08174.9777.363.73
Hex5BEADE3D058af4d40
Octal133352336750510257115100
Binary10110111110101011011110111101010110001010111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,234,222); }

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

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

 a { background-color: rgb(91,234,222); }

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

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

 span { border-color: rgb(91,234,222); }

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