Html Css Color HEX #4BFBB8 Turquoise

📋 copy color: '#4BFBB8'

red 75 ◦ green 251 ◦ blue 184

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

Shades of Turquoise #4BFBB8

Tints of Turquoise #4BFBB8

RGB

 RED value IS 75 (29.69% from 255) = 14.71%

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

 BLUE value IS 184 (72.27% from 255) = 36.08%

R = 14.71%
G = 49.22%
B = 36.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#4BFBB8 (or 0x4BFBB8) is known color: Turquoise. HEX triplet: 4B, FB and B8. RGB value is (75,251,184). Sum of RGB (Red+Green+Blue) = 75+251+184=510 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.71% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBB8 is #B40447. Grayscale: #BEBEBE. Windows color (decimal): -11797576 or 12122955. OLE color: 12122955.

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

Color convert

RGB 75 251 184 -
CMYK 0.70 0 0.27 0.02
HSL 157.16º 0.96% 0.64% -
HSV(B) 157.16º 0.7% 0.98% -
XYZ 46.05 73.95 57.19 -
YUV 190.74 124.19 45.45 -
System Red Green Blue C M Y K H S L
Decimal 75 251 184 0.70 0 0.27 0.02 157.16 0.96 0.64
Hex 4B FB B8 46 0 1B 2 9D 60 40
Octal 113 373 270 106 0 33 2 235 140 100
Binary 1001011 11111011 10111000 1000110 0 11011 10 10011101 1100000 1000000

Color Harmonies of #4BFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFBB8

Black with #4BFBB8

Text Example


Text Example

White with #4BFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,251,184); }

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

background-color css

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

 a { background-color: rgb(75,251,184); }

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

border-color css

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

 span { border-color: rgb(75,251,184); }

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