Html Css Color HEX #4CFBBC Turquoise

📋 copy color: '#4CFBBC'

red 76 ◦ green 251 ◦ blue 188

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

Shades of Turquoise #4CFBBC

Tints of Turquoise #4CFBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 14.76%
G = 48.74%
B = 36.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4CFBBC (or 0x4CFBBC) is known color: Turquoise. HEX triplet: 4C, FB and BC. RGB value is (76,251,188). Sum of RGB (Red+Green+Blue) = 76+251+188=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBBC is #B30443. Grayscale: #BFBFBF. Windows color (decimal): -11732036 or 12385100. OLE color: 12385100.

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

Color convert

RGB 76 251 188 -
CMYK 0.70 0 0.25 0.02
HSL 158.4º 0.96% 0.64% -
HSV(B) 158.4º 0.7% 0.98% -
XYZ 46.55 74.16 59.44 -
YUV 191.49 126.02 45.62 -
System Red Green Blue C M Y K H S L
Decimal 76 251 188 0.70 0 0.25 0.02 158.4 0.96 0.64
Hex 4C FB BC 46 0 19 2 9E 60 40
Octal 114 373 274 106 0 31 2 236 140 100
Binary 1001100 11111011 10111100 1000110 0 11001 10 10011110 1100000 1000000

Color Harmonies of #4CFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBBC

Black with #4CFBBC

Text Example


Text Example

White with #4CFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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