Html Css Color HEX #5BDBD4 Medium Turquoise

📋 copy color: '#5BDBD4'

red 91 ◦ green 219 ◦ blue 212

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

Shades of Medium Turquoise #5BDBD4

Tints of Medium Turquoise #5BDBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 17.43%
G = 41.95%
B = 40.61%

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

#5BDBD4 (or 0x5BDBD4) is known color: Medium Turquoise. HEX triplet: 5B, DB and D4. RGB value is (91,219,212). Sum of RGB (Red+Green+Blue) = 91+219+212=522 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.43% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBD4 is #A4242B. Grayscale: #B3B3B3. Windows color (decimal): -10757164 or 13949787. OLE color: 13949787.

HSL color Cylindrical-coordinate representation of color #5BDBD4: hue angle of 176.72º 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 #5BDBD4 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 219 212 -
CMYK 0.58 0 0.03 0.14
HSL 176.72º 0.64% 0.61% -
HSV(B) 176.72º 0.58% 0.86% -
XYZ 41.53 57.64 71.22 -
YUV 179.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 91 219 212 0.58 0 0.03 0.14 176.72 0.64 0.61
Hex 5B DB D4 3A 0 3 E B1 40 3D
Octal 133 333 324 72 0 3 16 261 100 75
Binary 1011011 11011011 11010100 111010 0 11 1110 10110001 1000000 111101

Color Harmonies of #5BDBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDBD4

Black with #5BDBD4

Text Example


Text Example

White with #5BDBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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