Html Css Color HEX #5ECCCA Medium Turquoise

📋 copy color: '#5ECCCA'

red 94 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #5ECCCA

Tints of Medium Turquoise #5ECCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 18.8%
G = 40.8%
B = 40.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#5ECCCA (or 0x5ECCCA) is known color: Medium Turquoise. HEX triplet: 5E, CC and CA. RGB value is (94,204,202). Sum of RGB (Red+Green+Blue) = 94+204+202=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCCA is #A13335. Grayscale: #AAAAAA. Windows color (decimal): -10564406 or 13290590. OLE color: 13290590.

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

Color convert

RGB 94 204 202 -
CMYK 0.54 0 0.01 0.2
HSL 178.91º 0.52% 0.58% -
HSV(B) 178.91º 0.54% 0.8% -
XYZ 36.87 49.83 63.55 -
YUV 170.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 94 204 202 0.54 0 0.01 0.2 178.91 0.52 0.58
Hex 5E CC CA 36 0 1 14 B3 34 3A
Octal 136 314 312 66 0 1 24 263 64 72
Binary 1011110 11001100 11001010 110110 0 1 10100 10110011 110100 111010

Color Harmonies of #5ECCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECCCA

Black with #5ECCCA

Text Example


Text Example

White with #5ECCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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