Html Css Color HEX #4CFED2 Turquoise

📋 copy color: '#4CFED2'

red 76 ◦ green 254 ◦ blue 210

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

Shades of Turquoise #4CFED2

Tints of Turquoise #4CFED2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.04%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 14.07%
G = 47.04%
B = 38.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#4CFED2 (or 0x4CFED2) is known color: Turquoise. HEX triplet: 4C, FE and D2. RGB value is (76,254,210). Sum of RGB (Red+Green+Blue) = 76+254+210=540 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.07% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFED2 is #B3012D. Grayscale: #C3C3C3. Windows color (decimal): -11731246 or 13827660. OLE color: 13827660.

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

Color convert

RGB 76 254 210 -
CMYK 0.70 0 0.17 0.00
HSL 165.17º 0.99% 0.65% -
HSV(B) 165.17º 0.7% 1% -
XYZ 50.06 77.07 73.21 -
YUV 195.76 136.03 42.58 -
System Red Green Blue C M Y K H S L
Decimal 76 254 210 0.70 0 0.17 0.00 165.17 0.99 0.65
Hex 4C FE D2 46 0 11 0 A5 63 41
Octal 114 376 322 106 0 21 0 245 143 101
Binary 1001100 11111110 11010010 1000110 0 10001 0 10100101 1100011 1000001

Color Harmonies of #4CFED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFED2

Black with #4CFED2

Text Example


Text Example

White with #4CFED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,254,210); }

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

background-color css

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

 a { background-color: rgb(76,254,210); }

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

border-color css

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

 span { border-color: rgb(76,254,210); }

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