Html Css Color HEX #4CFFDC Turquoise

📋 copy color: '#4CFFDC'

red 76 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #4CFFDC

Tints of Turquoise #4CFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 13.79%
G = 46.28%
B = 39.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#4CFFDC (or 0x4CFFDC) is known color: Turquoise. HEX triplet: 4C, FF and DC. RGB value is (76,255,220). Sum of RGB (Red+Green+Blue) = 76+255+220=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFDC is #B30023. Grayscale: #C5C5C5. Windows color (decimal): -11730980 or 14483276. OLE color: 14483276.

HSL color Cylindrical-coordinate representation of color #4CFFDC: hue angle of 168.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFDC is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 220 -
CMYK 0.70 0 0.14 0
HSL 168.27º 1% 0.65% -
HSV(B) 168.27º 0.7% 1% -
XYZ 51.66 78.22 80.09 -
YUV 197.49 140.7 41.35 -
System Red Green Blue C M Y K H S L
Decimal 76 255 220 0.70 0 0.14 0 168.27 1 0.65
Hex 4C FF DC 46 0 E 0 A8 64 41
Octal 114 377 334 106 0 16 0 250 144 101
Binary 1001100 11111111 11011100 1000110 0 1110 0 10101000 1100100 1000001

Color Harmonies of #4CFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFDC

Black with #4CFFDC

Text Example


Text Example

White with #4CFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,220); }

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

background-color css

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

 a { background-color: rgb(76,255,220); }

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

border-color css

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

 span { border-color: rgb(76,255,220); }

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