Html Css Color HEX #4CFBB8 Turquoise

📋 copy color: '#4CFBB8'

red 76 ◦ green 251 ◦ blue 184

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

Shades of Turquoise #4CFBB8

Tints of Turquoise #4CFBB8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.12%

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 14.87%
G = 49.12%
B = 36.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#4CFBB8 (or 0x4CFBB8) is known color: Turquoise. HEX triplet: 4C, FB and B8. RGB value is (76,251,184). Sum of RGB (Red+Green+Blue) = 76+251+184=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBB8 is #B30447. Grayscale: #BFBFBF. Windows color (decimal): -11732040 or 12122956. OLE color: 12122956.

HSL color Cylindrical-coordinate representation of color #4CFBB8: hue angle of 157.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBB8 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 184 -
CMYK 0.70 0 0.27 0.02
HSL 157.03º 0.96% 0.64% -
HSV(B) 157.03º 0.7% 0.98% -
XYZ 46.13 73.99 57.2 -
YUV 191.04 124.02 45.95 -
System Red Green Blue C M Y K H S L
Decimal 76 251 184 0.70 0 0.27 0.02 157.03 0.96 0.64
Hex 4C FB B8 46 0 1B 2 9D 60 40
Octal 114 373 270 106 0 33 2 235 140 100
Binary 1001100 11111011 10111000 1000110 0 11011 10 10011101 1100000 1000000

Color Harmonies of #4CFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBB8

Black with #4CFBB8

Text Example


Text Example

White with #4CFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,251,184); }

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

background-color css

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

 a { background-color: rgb(76,251,184); }

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

border-color css

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

 span { border-color: rgb(76,251,184); }

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