Html Css Color HEX #5ECCCC Medium Turquoise

📋 copy color: '#5ECCCC'

red 94 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #5ECCCC

Tints of Medium Turquoise #5ECCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 18.73%
G = 40.64%
B = 40.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5ECCCC (or 0x5ECCCC) is known color: Medium Turquoise. HEX triplet: 5E, CC and CC. RGB value is (94,204,204). Sum of RGB (Red+Green+Blue) = 94+204+204=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #5ECCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCCC is #A13333. Grayscale: #ABABAB. Windows color (decimal): -10564404 or 13421662. OLE color: 13421662.

HSL color Cylindrical-coordinate representation of color #5ECCCC: hue angle of 180º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECCCC is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 204 204 -
CMYK 0.54 0 0 0.2
HSL 180º 0.52% 0.58% -
HSV(B) 180º 0.54% 0.8% -
XYZ 37.11 49.93 64.81 -
YUV 171.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 94 204 204 0.54 0 0 0.2 180 0.52 0.58
Hex 5E CC CC 36 0 0 14 B4 34 3A
Octal 136 314 314 66 0 0 24 264 64 72
Binary 1011110 11001100 11001100 110110 0 0 10100 10110100 110100 111010

Color Harmonies of #5ECCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECCCC

Black with #5ECCCC

Text Example


Text Example

White with #5ECCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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