Html Css Color HEX #4CFCD1 Turquoise

📋 copy color: '#4CFCD1'

red 76 ◦ green 252 ◦ blue 209

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

Shades of Turquoise #4CFCD1

Tints of Turquoise #4CFCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 14.15%
G = 46.93%
B = 38.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#4CFCD1 (or 0x4CFCD1) is known color: Turquoise. HEX triplet: 4C, FC and D1. RGB value is (76,252,209). Sum of RGB (Red+Green+Blue) = 76+252+209=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCD1 is #B3032E. Grayscale: #C2C2C2. Windows color (decimal): -11731759 or 13761612. OLE color: 13761612.

HSL color Cylindrical-coordinate representation of color #4CFCD1: hue angle of 165.34º 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 #4CFCD1 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 252 209 -
CMYK 0.70 0 0.17 0.01
HSL 165.34º 0.97% 0.64% -
HSV(B) 165.34º 0.7% 0.99% -
XYZ 49.3 75.76 72.35 -
YUV 194.47 136.19 43.5 -
System Red Green Blue C M Y K H S L
Decimal 76 252 209 0.70 0 0.17 0.01 165.34 0.97 0.64
Hex 4C FC D1 46 0 11 1 A5 61 40
Octal 114 374 321 106 0 21 1 245 141 100
Binary 1001100 11111100 11010001 1000110 0 10001 1 10100101 1100001 1000000

Color Harmonies of #4CFCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFCD1

Black with #4CFCD1

Text Example


Text Example

White with #4CFCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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