Html Css Color HEX #5EC6CD Medium Turquoise

📋 copy color: '#5EC6CD'

red 94 ◦ green 198 ◦ blue 205

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

Shades of Medium Turquoise #5EC6CD

Tints of Medium Turquoise #5EC6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

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

R = 18.91%
G = 39.84%
B = 41.25%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EC6CD (or 0x5EC6CD) is known color: Medium Turquoise. HEX triplet: 5E, C6 and CD. RGB value is (94,198,205). Sum of RGB (Red+Green+Blue) = 94+198+205=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EC6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC6CD is #A13932. Grayscale: #A7A7A7. Windows color (decimal): -10565939 or 13485662. OLE color: 13485662.

HSL color Cylindrical-coordinate representation of color #5EC6CD: hue angle of 183.78º 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 #5EC6CD is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 198 205 -
CMYK 0.54 0.03 0 0.20
HSL 183.78º 0.53% 0.59% -
HSV(B) 183.78º 0.54% 0.8% -
XYZ 35.83 47.18 64.98 -
YUV 167.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 94 198 205 0.54 0.03 0 0.20 183.78 0.53 0.59
Hex 5E C6 CD 36 3 0 14 B8 35 3B
Octal 136 306 315 66 3 0 24 270 65 73
Binary 1011110 11000110 11001101 110110 11 0 10100 10111000 110101 111011

Color Harmonies of #5EC6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC6CD

Black with #5EC6CD

Text Example


Text Example

White with #5EC6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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