Html Css Color HEX #4CFFB0 Turquoise

📋 copy color: '#4CFFB0'

red 76 ◦ green 255 ◦ blue 176

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

Shades of Turquoise #4CFFB0

Tints of Turquoise #4CFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 50.3%

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 14.99%
G = 50.3%
B = 34.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#4CFFB0 (or 0x4CFFB0) is known color: Turquoise. HEX triplet: 4C, FF and B0. RGB value is (76,255,176). Sum of RGB (Red+Green+Blue) = 76+255+176=507 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.99% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFFB0 is #B3004F. Grayscale: #C0C0C0. Windows color (decimal): -11731024 or 11599692. OLE color: 11599692.

HSL color Cylindrical-coordinate representation of color #4CFFB0: hue angle of 153.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFB0 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 176 -
CMYK 0.70 0 0.31 0
HSL 153.52º 1% 0.65% -
HSV(B) 153.52º 0.7% 1% -
XYZ 46.58 76.19 53.33 -
YUV 192.47 118.7 44.92 -
System Red Green Blue C M Y K H S L
Decimal 76 255 176 0.70 0 0.31 0 153.52 1 0.65
Hex 4C FF B0 46 0 1F 0 9A 64 41
Octal 114 377 260 106 0 37 0 232 144 101
Binary 1001100 11111111 10110000 1000110 0 11111 0 10011010 1100100 1000001

Color Harmonies of #4CFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFB0

Black with #4CFFB0

Text Example


Text Example

White with #4CFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,176); }

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

background-color css

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

 a { background-color: rgb(76,255,176); }

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

border-color css

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

 span { border-color: rgb(76,255,176); }

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