Html Css Color HEX #4CFCBE Turquoise

📋 copy color: '#4CFCBE'

red 76 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #4CFCBE

Tints of Turquoise #4CFCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 14.67%
G = 48.65%
B = 36.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#4CFCBE (or 0x4CFCBE) is known color: Turquoise. HEX triplet: 4C, FC and BE. RGB value is (76,252,190). Sum of RGB (Red+Green+Blue) = 76+252+190=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCBE is #B30341. Grayscale: #C0C0C0. Windows color (decimal): -11731778 or 12516428. OLE color: 12516428.

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

Color convert

RGB 76 252 190 -
CMYK 0.70 0 0.25 0.01
HSL 158.86º 0.97% 0.64% -
HSV(B) 158.86º 0.7% 0.99% -
XYZ 47.09 74.88 60.69 -
YUV 192.31 126.69 45.04 -
System Red Green Blue C M Y K H S L
Decimal 76 252 190 0.70 0 0.25 0.01 158.86 0.97 0.64
Hex 4C FC BE 46 0 19 1 9F 61 40
Octal 114 374 276 106 0 31 1 237 141 100
Binary 1001100 11111100 10111110 1000110 0 11001 1 10011111 1100001 1000000

Color Harmonies of #4CFCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFCBE

Black with #4CFCBE

Text Example


Text Example

White with #4CFCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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