Html Css Color HEX #5BEBDB Turquoise

📋 copy color: '#5BEBDB'

red 91 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #5BEBDB

Tints of Turquoise #5BEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

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

R = 16.7%
G = 43.12%
B = 40.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5BEBDB (or 0x5BEBDB) is known color: Turquoise. HEX triplet: 5B, EB and DB. RGB value is (91,235,219). Sum of RGB (Red+Green+Blue) = 91+235+219=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBDB is #A41424. Grayscale: #BEBEBE. Windows color (decimal): -10753061 or 14412635. OLE color: 14412635.

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

Color convert

RGB 91 235 219 -
CMYK 0.61 0 0.07 0.08
HSL 173.33º 0.78% 0.64% -
HSV(B) 173.33º 0.61% 0.92% -
XYZ 46.81 66.76 77.44 -
YUV 190.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 91 235 219 0.61 0 0.07 0.08 173.33 0.78 0.64
Hex 5B EB DB 3D 0 7 8 AD 4E 40
Octal 133 353 333 75 0 7 10 255 116 100
Binary 1011011 11101011 11011011 111101 0 111 1000 10101101 1001110 1000000

Color Harmonies of #5BEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBDB

Black with #5BEBDB

Text Example


Text Example

White with #5BEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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