Html Css Color HEX #5ECDCB Medium Turquoise

📋 copy color: '#5ECDCB'

red 94 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #5ECDCB

Tints of Medium Turquoise #5ECDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 18.73%
G = 40.84%
B = 40.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#5ECDCB (or 0x5ECDCB) is known color: Medium Turquoise. HEX triplet: 5E, CD and CB. RGB value is (94,205,203). Sum of RGB (Red+Green+Blue) = 94+205+203=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDCB is #A13234. Grayscale: #ABABAB. Windows color (decimal): -10564149 or 13356382. OLE color: 13356382.

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

Color convert

RGB 94 205 203 -
CMYK 0.54 0 0.01 0.20
HSL 178.92º 0.53% 0.59% -
HSV(B) 178.92º 0.54% 0.8% -
XYZ 37.23 50.35 64.26 -
YUV 171.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 94 205 203 0.54 0 0.01 0.20 178.92 0.53 0.59
Hex 5E CD CB 36 0 1 14 B3 35 3B
Octal 136 315 313 66 0 1 24 263 65 73
Binary 1011110 11001101 11001011 110110 0 1 10100 10110011 110101 111011

Color Harmonies of #5ECDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECDCB

Black with #5ECDCB

Text Example


Text Example

White with #5ECDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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