Html Css Color HEX #4CFBBB Turquoise

📋 copy color: '#4CFBBB'

red 76 ◦ green 251 ◦ blue 187

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

Shades of Turquoise #4CFBBB

Tints of Turquoise #4CFBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 14.79%
G = 48.83%
B = 36.38%

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

#4CFBBB (or 0x4CFBBB) is known color: Turquoise. HEX triplet: 4C, FB and BB. RGB value is (76,251,187). Sum of RGB (Red+Green+Blue) = 76+251+187=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBBB is #B30444. Grayscale: #BFBFBF. Windows color (decimal): -11732037 or 12319564. OLE color: 12319564.

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

Color convert

RGB 76 251 187 -
CMYK 0.70 0 0.25 0.02
HSL 158.06º 0.96% 0.64% -
HSV(B) 158.06º 0.7% 0.98% -
XYZ 46.45 74.12 58.87 -
YUV 191.38 125.52 45.7 -
System Red Green Blue C M Y K H S L
Decimal 76 251 187 0.70 0 0.25 0.02 158.06 0.96 0.64
Hex 4C FB BB 46 0 19 2 9E 60 40
Octal 114 373 273 106 0 31 2 236 140 100
Binary 1001100 11111011 10111011 1000110 0 11001 10 10011110 1100000 1000000

Color Harmonies of #4CFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBBB

Black with #4CFBBB

Text Example


Text Example

White with #4CFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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