Html Css Color HEX #4CD6CE Medium Turquoise

📋 copy color: '#4CD6CE'

red 76 ◦ green 214 ◦ blue 206

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

Shades of Medium Turquoise #4CD6CE

Tints of Medium Turquoise #4CD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 15.32%
G = 43.15%
B = 41.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#4CD6CE (or 0x4CD6CE) is known color: Medium Turquoise. HEX triplet: 4C, D6 and CE. RGB value is (76,214,206). Sum of RGB (Red+Green+Blue) = 76+214+206=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD6CE is #B32931. Grayscale: #ABABAB. Windows color (decimal): -11741490 or 13555276. OLE color: 13555276.

HSL color Cylindrical-coordinate representation of color #4CD6CE: hue angle of 176.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD6CE is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 214 206 -
CMYK 0.64 0 0.04 0.16
HSL 176.52º 0.63% 0.57% -
HSV(B) 176.52º 0.64% 0.84% -
XYZ 38.17 54.09 66.82 -
YUV 171.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 76 214 206 0.64 0 0.04 0.16 176.52 0.63 0.57
Hex 4C D6 CE 40 0 4 10 B1 3F 39
Octal 114 326 316 100 0 4 20 261 77 71
Binary 1001100 11010110 11001110 1000000 0 100 10000 10110001 111111 111001

Color Harmonies of #4CD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD6CE

Black with #4CD6CE

Text Example


Text Example

White with #4CD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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