Html Css Color HEX #4CCEC2 Medium Turquoise

📋 copy color: '#4CCEC2'

red 76 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #4CCEC2

Tints of Medium Turquoise #4CCEC2

RGB

 RED value IS 76 (30.08% from 255) = 15.97%

 GREEN value IS 206 (80.86% from 255) = 43.28%

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 15.97%
G = 43.28%
B = 40.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#4CCEC2 (or 0x4CCEC2) is known color: Medium Turquoise. HEX triplet: 4C, CE and C2. RGB value is (76,206,194). Sum of RGB (Red+Green+Blue) = 76+206+194=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEC2 is #B3313D. Grayscale: #A5A5A5. Windows color (decimal): -11743550 or 12766796. OLE color: 12766796.

HSL color Cylindrical-coordinate representation of color #4CCEC2: hue angle of 174.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCEC2 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 206 194 -
CMYK 0.63 0 0.06 0.19
HSL 174.46º 0.57% 0.55% -
HSV(B) 174.46º 0.63% 0.81% -
XYZ 34.79 49.57 58.77 -
YUV 165.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 76 206 194 0.63 0 0.06 0.19 174.46 0.57 0.55
Hex 4C CE C2 3F 0 6 13 AE 39 37
Octal 114 316 302 77 0 6 23 256 71 67
Binary 1001100 11001110 11000010 111111 0 110 10011 10101110 111001 110111

Color Harmonies of #4CCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCEC2

Black with #4CCEC2

Text Example


Text Example

White with #4CCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCEC2; }

 p { color: rgb(76,206,194); }

 H1.HeaderClassName
 {
   color: #4CCEC2;
 }
 .AnyTagClassName
 {
   color: #4CCEC2;
 }
</style>

background-color css

<style>
 a { background-color: #4CCEC2; }

 a { background-color: rgb(76,206,194); }

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

border-color css

<style>
 span { border-color: #4CCEC2; }

 span { border-color: rgb(76,206,194); }

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