Html Css Color HEX #5EC7CA Medium Turquoise

📋 copy color: '#5EC7CA'

red 94 ◦ green 199 ◦ blue 202

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

Shades of Medium Turquoise #5EC7CA

Tints of Medium Turquoise #5EC7CA

RGB

 RED value IS 94 (37.11% from 255) = 18.99%

 GREEN value IS 199 (78.13% from 255) = 40.2%

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

R = 18.99%
G = 40.2%
B = 40.81%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5EC7CA (or 0x5EC7CA) is known color: Medium Turquoise. HEX triplet: 5E, C7 and CA. RGB value is (94,199,202). Sum of RGB (Red+Green+Blue) = 94+199+202=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EC7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC7CA is #A13835. Grayscale: #A7A7A7. Windows color (decimal): -10565686 or 13289310. OLE color: 13289310.

HSL color Cylindrical-coordinate representation of color #5EC7CA: hue angle of 181.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC7CA is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 199 202 -
CMYK 0.53 0.01 0 0.21
HSL 181.67º 0.5% 0.58% -
HSV(B) 181.67º 0.53% 0.79% -
XYZ 35.7 47.49 63.16 -
YUV 167.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 94 199 202 0.53 0.01 0 0.21 181.67 0.5 0.58
Hex 5E C7 CA 35 1 0 15 B6 32 3A
Octal 136 307 312 65 1 0 25 266 62 72
Binary 1011110 11000111 11001010 110101 1 0 10101 10110110 110010 111010

Color Harmonies of #5EC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC7CA

Black with #5EC7CA

Text Example


Text Example

White with #5EC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,199,202); }

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

background-color css

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

 a { background-color: rgb(94,199,202); }

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

border-color css

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

 span { border-color: rgb(94,199,202); }

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