Html Css Color HEX #4CFEB9 Turquoise

📋 copy color: '#4CFEB9'

red 76 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #4CFEB9

Tints of Turquoise #4CFEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.92%

R = 14.76%
G = 49.32%
B = 35.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#4CFEB9 (or 0x4CFEB9) is known color: Turquoise. HEX triplet: 4C, FE and B9. RGB value is (76,254,185). Sum of RGB (Red+Green+Blue) = 76+254+185=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEB9 is #B30146. Grayscale: #C1C1C1. Windows color (decimal): -11731271 or 12189260. OLE color: 12189260.

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

Color convert

RGB 76 254 185 -
CMYK 0.70 0 0.27 0.00
HSL 156.74º 0.99% 0.65% -
HSV(B) 156.74º 0.7% 1% -
XYZ 47.18 75.92 58.07 -
YUV 192.91 123.53 44.61 -
System Red Green Blue C M Y K H S L
Decimal 76 254 185 0.70 0 0.27 0.00 156.74 0.99 0.65
Hex 4C FE B9 46 0 1B 0 9D 63 41
Octal 114 376 271 106 0 33 0 235 143 101
Binary 1001100 11111110 10111001 1000110 0 11011 0 10011101 1100011 1000001

Color Harmonies of #4CFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFEB9

Black with #4CFEB9

Text Example


Text Example

White with #4CFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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