Html Css Color HEX #5BD5CD Medium Turquoise

📋 copy color: '#5BD5CD'

red 91 ◦ green 213 ◦ blue 205

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

Shades of Medium Turquoise #5BD5CD

Tints of Medium Turquoise #5BD5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 17.88%
G = 41.85%
B = 40.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#5BD5CD (or 0x5BD5CD) is known color: Medium Turquoise. HEX triplet: 5B, D5 and CD. RGB value is (91,213,205). Sum of RGB (Red+Green+Blue) = 91+213+205=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD5CD is #A42A32. Grayscale: #AFAFAF. Windows color (decimal): -10758707 or 13489499. OLE color: 13489499.

HSL color Cylindrical-coordinate representation of color #5BD5CD: hue angle of 176.07º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD5CD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 213 205 -
CMYK 0.57 0 0.04 0.16
HSL 176.07º 0.59% 0.6% -
HSV(B) 176.07º 0.57% 0.84% -
XYZ 39.13 54.22 66.16 -
YUV 175.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 91 213 205 0.57 0 0.04 0.16 176.07 0.59 0.6
Hex 5B D5 CD 39 0 4 10 B0 3B 3C
Octal 133 325 315 71 0 4 20 260 73 74
Binary 1011011 11010101 11001101 111001 0 100 10000 10110000 111011 111100

Color Harmonies of #5BD5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD5CD

Black with #5BD5CD

Text Example


Text Example

White with #5BD5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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