Html Css Color HEX #5BDCD1 Medium Turquoise

📋 copy color: '#5BDCD1'

red 91 ◦ green 220 ◦ blue 209

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

Shades of Medium Turquoise #5BDCD1

Tints of Medium Turquoise #5BDCD1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 17.5%
G = 42.31%
B = 40.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#5BDCD1 (or 0x5BDCD1) is known color: Medium Turquoise. HEX triplet: 5B, DC and D1. RGB value is (91,220,209). Sum of RGB (Red+Green+Blue) = 91+220+209=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCD1 is #A4232E. Grayscale: #B4B4B4. Windows color (decimal): -10756911 or 13753435. OLE color: 13753435.

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

Color convert

RGB 91 220 209 -
CMYK 0.59 0 0.05 0.14
HSL 174.88º 0.65% 0.61% -
HSV(B) 174.88º 0.59% 0.86% -
XYZ 41.42 58.01 69.34 -
YUV 180.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 91 220 209 0.59 0 0.05 0.14 174.88 0.65 0.61
Hex 5B DC D1 3B 0 5 E AF 41 3D
Octal 133 334 321 73 0 5 16 257 101 75
Binary 1011011 11011100 11010001 111011 0 101 1110 10101111 1000001 111101

Color Harmonies of #5BDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCD1

Black with #5BDCD1

Text Example


Text Example

White with #5BDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,220,209); }

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

background-color css

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

 a { background-color: rgb(91,220,209); }

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

border-color css

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

 span { border-color: rgb(91,220,209); }

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