Html Css Color HEX #4CCEC8 Medium Turquoise

📋 copy color: '#4CCEC8'

red 76 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #4CCEC8

Tints of Medium Turquoise #4CCEC8

RGB

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

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

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

R = 15.77%
G = 42.74%
B = 41.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#4CCEC8 (or 0x4CCEC8) is known color: Medium Turquoise. HEX triplet: 4C, CE and C8. RGB value is (76,206,200). Sum of RGB (Red+Green+Blue) = 76+206+200=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEC8 is #B33137. Grayscale: #A6A6A6. Windows color (decimal): -11743544 or 13160012. OLE color: 13160012.

HSL color Cylindrical-coordinate representation of color #4CCEC8: hue angle of 177.23º 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 #4CCEC8 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 206 200 -
CMYK 0.63 0 0.03 0.19
HSL 177.23º 0.57% 0.55% -
HSV(B) 177.23º 0.63% 0.81% -
XYZ 35.48 49.85 62.4 -
YUV 166.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 76 206 200 0.63 0 0.03 0.19 177.23 0.57 0.55
Hex 4C CE C8 3F 0 3 13 B1 39 37
Octal 114 316 310 77 0 3 23 261 71 67
Binary 1001100 11001110 11001000 111111 0 11 10011 10110001 111001 110111

Color Harmonies of #4CCEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCEC8

Black with #4CCEC8

Text Example


Text Example

White with #4CCEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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