Html Css Color HEX #4CCEBC Medium Turquoise

📋 copy color: '#4CCEBC'

red 76 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #4CCEBC

Tints of Medium Turquoise #4CCEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 16.17%
G = 43.83%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#4CCEBC (or 0x4CCEBC) is known color: Medium Turquoise. HEX triplet: 4C, CE and BC. RGB value is (76,206,188). Sum of RGB (Red+Green+Blue) = 76+206+188=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEBC is #B33143. Grayscale: #A5A5A5. Windows color (decimal): -11743556 or 12373580. OLE color: 12373580.

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

Color convert

RGB 76 206 188 -
CMYK 0.63 0 0.09 0.19
HSL 171.69º 0.57% 0.55% -
HSV(B) 171.69º 0.63% 0.81% -
XYZ 34.13 49.31 55.3 -
YUV 165.08 140.93 64.46 -
System Red Green Blue C M Y K H S L
Decimal 76 206 188 0.63 0 0.09 0.19 171.69 0.57 0.55
Hex 4C CE BC 3F 0 9 13 AC 39 37
Octal 114 316 274 77 0 11 23 254 71 67
Binary 1001100 11001110 10111100 111111 0 1001 10011 10101100 111001 110111

Color Harmonies of #4CCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCEBC

Black with #4CCEBC

Text Example


Text Example

White with #4CCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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