Html Css Color HEX #5ECFC8 Medium Turquoise

📋 copy color: '#5ECFC8'

red 94 ◦ green 207 ◦ blue 200

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

Shades of Medium Turquoise #5ECFC8

Tints of Medium Turquoise #5ECFC8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.32%

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 18.76%
G = 41.32%
B = 39.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#5ECFC8 (or 0x5ECFC8) is known color: Medium Turquoise. HEX triplet: 5E, CF and C8. RGB value is (94,207,200). Sum of RGB (Red+Green+Blue) = 94+207+200=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFC8 is #A13037. Grayscale: #ACACAC. Windows color (decimal): -10563640 or 13160286. OLE color: 13160286.

HSL color Cylindrical-coordinate representation of color #5ECFC8: hue angle of 176.28º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECFC8 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 207 200 -
CMYK 0.55 0 0.03 0.19
HSL 176.28º 0.54% 0.59% -
HSV(B) 176.28º 0.55% 0.81% -
XYZ 37.35 51.18 62.55 -
YUV 172.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 94 207 200 0.55 0 0.03 0.19 176.28 0.54 0.59
Hex 5E CF C8 37 0 3 13 B0 36 3B
Octal 136 317 310 67 0 3 23 260 66 73
Binary 1011110 11001111 11001000 110111 0 11 10011 10110000 110110 111011

Color Harmonies of #5ECFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFC8

Black with #5ECFC8

Text Example


Text Example

White with #5ECFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,207,200); }

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

background-color css

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

 a { background-color: rgb(94,207,200); }

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

border-color css

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

 span { border-color: rgb(94,207,200); }

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