Html Css Color HEX #4CFFB2 Turquoise

📋 copy color: '#4CFFB2'

red 76 ◦ green 255 ◦ blue 178

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

Shades of Turquoise #4CFFB2

Tints of Turquoise #4CFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 14.93%
G = 50.1%
B = 34.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#4CFFB2 (or 0x4CFFB2) is known color: Turquoise. HEX triplet: 4C, FF and B2. RGB value is (76,255,178). Sum of RGB (Red+Green+Blue) = 76+255+178=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFFB2 is #B3004D. Grayscale: #C0C0C0. Windows color (decimal): -11731022 or 11730764. OLE color: 11730764.

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

Color convert

RGB 76 255 178 -
CMYK 0.70 0 0.30 0
HSL 154.19º 1% 0.65% -
HSV(B) 154.19º 0.7% 1% -
XYZ 46.78 76.27 54.38 -
YUV 192.7 119.7 44.76 -
System Red Green Blue C M Y K H S L
Decimal 76 255 178 0.70 0 0.30 0 154.19 1 0.65
Hex 4C FF B2 46 0 1E 0 9A 64 41
Octal 114 377 262 106 0 36 0 232 144 101
Binary 1001100 11111111 10110010 1000110 0 11110 0 10011010 1100100 1000001

Color Harmonies of #4CFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFB2

Black with #4CFFB2

Text Example


Text Example

White with #4CFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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