Html Css Color HEX #5BE0CD Medium Turquoise

📋 copy color: '#5BE0CD'

red 91 ◦ green 224 ◦ blue 205

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

Shades of Medium Turquoise #5BE0CD

Tints of Medium Turquoise #5BE0CD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.08%

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

R = 17.5%
G = 43.08%
B = 39.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#5BE0CD (or 0x5BE0CD) is known color: Medium Turquoise. HEX triplet: 5B, E0 and CD. RGB value is (91,224,205). Sum of RGB (Red+Green+Blue) = 91+224+205=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0CD is #A41F32. Grayscale: #B6B6B6. Windows color (decimal): -10755891 or 13492315. OLE color: 13492315.

HSL color Cylindrical-coordinate representation of color #5BE0CD: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0CD is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 224 205 -
CMYK 0.59 0 0.08 0.12
HSL 171.43º 0.68% 0.62% -
HSV(B) 171.43º 0.59% 0.88% -
XYZ 41.99 59.94 67.11 -
YUV 182.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 91 224 205 0.59 0 0.08 0.12 171.43 0.68 0.62
Hex 5B E0 CD 3B 0 8 C AB 44 3E
Octal 133 340 315 73 0 10 14 253 104 76
Binary 1011011 11100000 11001101 111011 0 1000 1100 10101011 1000100 111110

Color Harmonies of #5BE0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE0CD

Black with #5BE0CD

Text Example


Text Example

White with #5BE0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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