Html Css Color HEX #5BE2DB Turquoise Blue

📋 copy color: '#5BE2DB'

red 91 ◦ green 226 ◦ blue 219

#5BE2DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5BE2DB

Tints of Turquoise Blue #5BE2DB

RGB

 RED value IS 91 (35.94% from 255) = 16.98%

 GREEN value IS 226 (88.67% from 255) = 42.16%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 16.98%
G = 42.16%
B = 40.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#5BE2DB (or 0x5BE2DB) is known color: Turquoise Blue. HEX triplet: 5B, E2 and DB. RGB value is (91,226,219). Sum of RGB (Red+Green+Blue) = 91+226+219=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #5BE2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE2DB is #A41D24. Grayscale: #B8B8B8. Windows color (decimal): -10755365 or 14410331. OLE color: 14410331.

HSL color Cylindrical-coordinate representation of color #5BE2DB: hue angle of 176.89º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE2DB is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 226 219 -
CMYK 0.60 0 0.03 0.11
HSL 176.89º 0.7% 0.62% -
HSV(B) 176.89º 0.6% 0.89% -
XYZ 44.3 61.73 76.6 -
YUV 184.84 147.27 61.07 -
System Red Green Blue C M Y K H S L
Decimal 91 226 219 0.60 0 0.03 0.11 176.89 0.7 0.62
Hex 5B E2 DB 3C 0 3 B B1 46 3E
Octal 133 342 333 74 0 3 13 261 106 76
Binary 1011011 11100010 11011011 111100 0 11 1011 10110001 1000110 111110

Color Harmonies of #5BE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE2DB

Black with #5BE2DB

Text Example


Text Example

White with #5BE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,226,219); }

 H1.HeaderClassName
 {
   color: #5BE2DB;
 }
 .AnyTagClassName
 {
   color: #5BE2DB;
 }
</style>

background-color css

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

 a { background-color: rgb(91,226,219); }

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

border-color css

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

 span { border-color: rgb(91,226,219); }

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