Html Css Color HEX #4CFEC6 Turquoise

📋 copy color: '#4CFEC6'

red 76 ◦ green 254 ◦ blue 198

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

Shades of Turquoise #4CFEC6

Tints of Turquoise #4CFEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 14.39%
G = 48.11%
B = 37.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#4CFEC6 (or 0x4CFEC6) is known color: Turquoise. HEX triplet: 4C, FE and C6. RGB value is (76,254,198). Sum of RGB (Red+Green+Blue) = 76+254+198=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEC6 is #B30139. Grayscale: #C2C2C2. Windows color (decimal): -11731258 or 13041228. OLE color: 13041228.

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

Color convert

RGB 76 254 198 -
CMYK 0.70 0 0.22 0.00
HSL 161.12º 0.99% 0.65% -
HSV(B) 161.12º 0.7% 1% -
XYZ 48.62 76.5 65.63 -
YUV 194.39 130.03 43.55 -
System Red Green Blue C M Y K H S L
Decimal 76 254 198 0.70 0 0.22 0.00 161.12 0.99 0.65
Hex 4C FE C6 46 0 16 0 A1 63 41
Octal 114 376 306 106 0 26 0 241 143 101
Binary 1001100 11111110 11000110 1000110 0 10110 0 10100001 1100011 1000001

Color Harmonies of #4CFEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFEC6

Black with #4CFEC6

Text Example


Text Example

White with #4CFEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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