Html Css Color HEX #4CFEBB Turquoise

📋 copy color: '#4CFEBB'

red 76 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #4CFEBB

Tints of Turquoise #4CFEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 14.7%
G = 49.13%
B = 36.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#4CFEBB (or 0x4CFEBB) is known color: Turquoise. HEX triplet: 4C, FE and BB. RGB value is (76,254,187). Sum of RGB (Red+Green+Blue) = 76+254+187=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEBB is #B30144. Grayscale: #C1C1C1. Windows color (decimal): -11731269 or 12320332. OLE color: 12320332.

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

Color convert

RGB 76 254 187 -
CMYK 0.70 0 0.26 0.00
HSL 157.42º 0.99% 0.65% -
HSV(B) 157.42º 0.7% 1% -
XYZ 47.39 76.01 59.19 -
YUV 193.14 124.53 44.45 -
System Red Green Blue C M Y K H S L
Decimal 76 254 187 0.70 0 0.26 0.00 157.42 0.99 0.65
Hex 4C FE BB 46 0 1A 0 9D 63 41
Octal 114 376 273 106 0 32 0 235 143 101
Binary 1001100 11111110 10111011 1000110 0 11010 0 10011101 1100011 1000001

Color Harmonies of #4CFEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFEBB

Black with #4CFEBB

Text Example


Text Example

White with #4CFEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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