Html Css Color HEX #5EC9CD Medium Turquoise

📋 copy color: '#5EC9CD'

red 94 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #5EC9CD

Tints of Medium Turquoise #5EC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

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

R = 18.8%
G = 40.2%
B = 41%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EC9CD (or 0x5EC9CD) is known color: Medium Turquoise. HEX triplet: 5E, C9 and CD. RGB value is (94,201,205). Sum of RGB (Red+Green+Blue) = 94+201+205=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EC9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9CD is #A13632. Grayscale: #A9A9A9. Windows color (decimal): -10565171 or 13486430. OLE color: 13486430.

HSL color Cylindrical-coordinate representation of color #5EC9CD: hue angle of 182.16º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC9CD is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 201 205 -
CMYK 0.54 0.02 0 0.20
HSL 182.16º 0.53% 0.59% -
HSV(B) 182.16º 0.54% 0.8% -
XYZ 36.52 48.56 65.21 -
YUV 169.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 94 201 205 0.54 0.02 0 0.20 182.16 0.53 0.59
Hex 5E C9 CD 36 2 0 14 B6 35 3B
Octal 136 311 315 66 2 0 24 266 65 73
Binary 1011110 11001001 11001101 110110 10 0 10100 10110110 110101 111011

Color Harmonies of #5EC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC9CD

Black with #5EC9CD

Text Example


Text Example

White with #5EC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,201,205); }

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

background-color css

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

 a { background-color: rgb(94,201,205); }

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

border-color css

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

 span { border-color: rgb(94,201,205); }

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