Html Css Color HEX #4CFEBE Turquoise

📋 copy color: '#4CFEBE'

red 76 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #4CFEBE

Tints of Turquoise #4CFEBE

RGB

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

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

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

R = 14.62%
G = 48.85%
B = 36.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#4CFEBE (or 0x4CFEBE) is known color: Turquoise. HEX triplet: 4C, FE and BE. RGB value is (76,254,190). Sum of RGB (Red+Green+Blue) = 76+254+190=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEBE is #B30141. Grayscale: #C1C1C1. Windows color (decimal): -11731266 or 12516940. OLE color: 12516940.

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

Color convert

RGB 76 254 190 -
CMYK 0.70 0 0.25 0.00
HSL 158.43º 0.99% 0.65% -
HSV(B) 158.43º 0.7% 1% -
XYZ 47.72 76.14 60.9 -
YUV 193.48 126.03 44.2 -
System Red Green Blue C M Y K H S L
Decimal 76 254 190 0.70 0 0.25 0.00 158.43 0.99 0.65
Hex 4C FE BE 46 0 19 0 9E 63 41
Octal 114 376 276 106 0 31 0 236 143 101
Binary 1001100 11111110 10111110 1000110 0 11001 0 10011110 1100011 1000001

Color Harmonies of #4CFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFEBE

Black with #4CFEBE

Text Example


Text Example

White with #4CFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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