Html Css Color HEX #5BDBD5 Medium Turquoise

📋 copy color: '#5BDBD5'

red 91 ◦ green 219 ◦ blue 213

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

Shades of Medium Turquoise #5BDBD5

Tints of Medium Turquoise #5BDBD5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.87%

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 17.4%
G = 41.87%
B = 40.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#5BDBD5 (or 0x5BDBD5) is known color: Medium Turquoise. HEX triplet: 5B, DB and D5. RGB value is (91,219,213). Sum of RGB (Red+Green+Blue) = 91+219+213=523 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.40% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBD5 is #A4242A. Grayscale: #B3B3B3. Windows color (decimal): -10757163 or 14015323. OLE color: 14015323.

HSL color Cylindrical-coordinate representation of color #5BDBD5: hue angle of 177.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDBD5 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 219 213 -
CMYK 0.58 0 0.03 0.14
HSL 177.19º 0.64% 0.61% -
HSV(B) 177.19º 0.58% 0.86% -
XYZ 41.66 57.69 71.89 -
YUV 180.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 91 219 213 0.58 0 0.03 0.14 177.19 0.64 0.61
Hex 5B DB D5 3A 0 3 E B1 40 3D
Octal 133 333 325 72 0 3 16 261 100 75
Binary 1011011 11011011 11010101 111010 0 11 1110 10110001 1000000 111101

Color Harmonies of #5BDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDBD5

Black with #5BDBD5

Text Example


Text Example

White with #5BDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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