Html Css Color HEX #5BE0CA Medium Turquoise

📋 copy color: '#5BE0CA'

red 91 ◦ green 224 ◦ blue 202

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

Shades of Medium Turquoise #5BE0CA

Tints of Medium Turquoise #5BE0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 17.6%
G = 43.33%
B = 39.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#5BE0CA (or 0x5BE0CA) is known color: Medium Turquoise. HEX triplet: 5B, E0 and CA. RGB value is (91,224,202). Sum of RGB (Red+Green+Blue) = 91+224+202=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0CA is #A41F35. Grayscale: #B5B5B5. Windows color (decimal): -10755894 or 13295707. OLE color: 13295707.

HSL color Cylindrical-coordinate representation of color #5BE0CA: hue angle of 170.08º 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 #5BE0CA is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 224 202 -
CMYK 0.59 0 0.10 0.12
HSL 170.08º 0.68% 0.62% -
HSV(B) 170.08º 0.59% 0.88% -
XYZ 41.63 59.8 65.23 -
YUV 181.73 139.44 63.29 -
System Red Green Blue C M Y K H S L
Decimal 91 224 202 0.59 0 0.10 0.12 170.08 0.68 0.62
Hex 5B E0 CA 3B 0 A C AA 44 3E
Octal 133 340 312 73 0 12 14 252 104 76
Binary 1011011 11100000 11001010 111011 0 1010 1100 10101010 1000100 111110

Color Harmonies of #5BE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE0CA

Black with #5BE0CA

Text Example


Text Example

White with #5BE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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