Html Css Color HEX #4CFCD9 Turquoise

📋 copy color: '#4CFCD9'

red 76 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #4CFCD9

Tints of Turquoise #4CFCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.24%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 13.94%
G = 46.24%
B = 39.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#4CFCD9 (or 0x4CFCD9) is known color: Turquoise. HEX triplet: 4C, FC and D9. RGB value is (76,252,217). Sum of RGB (Red+Green+Blue) = 76+252+217=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCD9 is #B30326. Grayscale: #C3C3C3. Windows color (decimal): -11731751 or 14285900. OLE color: 14285900.

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

Color convert

RGB 76 252 217 -
CMYK 0.70 0 0.14 0.01
HSL 168.07º 0.97% 0.64% -
HSV(B) 168.07º 0.7% 0.99% -
XYZ 50.32 76.17 77.7 -
YUV 195.39 140.19 42.85 -
System Red Green Blue C M Y K H S L
Decimal 76 252 217 0.70 0 0.14 0.01 168.07 0.97 0.64
Hex 4C FC D9 46 0 E 1 A8 61 40
Octal 114 374 331 106 0 16 1 250 141 100
Binary 1001100 11111100 11011001 1000110 0 1110 1 10101000 1100001 1000000

Color Harmonies of #4CFCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFCD9

Black with #4CFCD9

Text Example


Text Example

White with #4CFCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,252,217); }

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

background-color css

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

 a { background-color: rgb(76,252,217); }

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

border-color css

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

 span { border-color: rgb(76,252,217); }

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