Html Css Color HEX #4CFBC2 Turquoise

📋 copy color: '#4CFBC2'

red 76 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #4CFBC2

Tints of Turquoise #4CFBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 14.59%
G = 48.18%
B = 37.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#4CFBC2 (or 0x4CFBC2) is known color: Turquoise. HEX triplet: 4C, FB and C2. RGB value is (76,251,194). Sum of RGB (Red+Green+Blue) = 76+251+194=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBC2 is #B3043D. Grayscale: #C0C0C0. Windows color (decimal): -11732030 or 12778316. OLE color: 12778316.

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

Color convert

RGB 76 251 194 -
CMYK 0.70 0 0.23 0.02
HSL 160.46º 0.96% 0.64% -
HSV(B) 160.46º 0.7% 0.98% -
XYZ 47.22 74.43 62.92 -
YUV 192.18 129.02 45.13 -
System Red Green Blue C M Y K H S L
Decimal 76 251 194 0.70 0 0.23 0.02 160.46 0.96 0.64
Hex 4C FB C2 46 0 17 2 A0 60 40
Octal 114 373 302 106 0 27 2 240 140 100
Binary 1001100 11111011 11000010 1000110 0 10111 10 10100000 1100000 1000000

Color Harmonies of #4CFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBC2

Black with #4CFBC2

Text Example


Text Example

White with #4CFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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