Html Css Color HEX #4CDACE Medium Turquoise

📋 copy color: '#4CDACE'

red 76 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #4CDACE

Tints of Medium Turquoise #4CDACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 15.2%
G = 43.6%
B = 41.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#4CDACE (or 0x4CDACE) is known color: Medium Turquoise. HEX triplet: 4C, DA and CE. RGB value is (76,218,206). Sum of RGB (Red+Green+Blue) = 76+218+206=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDACE is #B32531. Grayscale: #AEAEAE. Windows color (decimal): -11740466 or 13556300. OLE color: 13556300.

HSL color Cylindrical-coordinate representation of color #4CDACE: hue angle of 174.93º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDACE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 206 -
CMYK 0.65 0 0.06 0.15
HSL 174.93º 0.66% 0.58% -
HSV(B) 174.93º 0.65% 0.85% -
XYZ 39.19 56.14 67.16 -
YUV 174.17 145.96 57.98 -
System Red Green Blue C M Y K H S L
Decimal 76 218 206 0.65 0 0.06 0.15 174.93 0.66 0.58
Hex 4C DA CE 41 0 6 F AF 42 3A
Octal 114 332 316 101 0 6 17 257 102 72
Binary 1001100 11011010 11001110 1000001 0 110 1111 10101111 1000010 111010

Color Harmonies of #4CDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDACE

Black with #4CDACE

Text Example


Text Example

White with #4CDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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