Html Css Color HEX #4BFABB Turquoise

📋 copy color: '#4BFABB'

red 75 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #4BFABB

Tints of Turquoise #4BFABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

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

R = 14.65%
G = 48.83%
B = 36.52%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4BFABB (or 0x4BFABB) is known color: Turquoise. HEX triplet: 4B, FA and BB. RGB value is (75,250,187). Sum of RGB (Red+Green+Blue) = 75+250+187=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFABB is #B40544. Grayscale: #BEBEBE. Windows color (decimal): -11797829 or 12319307. OLE color: 12319307.

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

Color convert

RGB 75 250 187 -
CMYK 0.7 0 0.25 0.02
HSL 158.4º 0.95% 0.64% -
HSV(B) 158.4º 0.7% 0.98% -
XYZ 46.06 73.45 58.76 -
YUV 190.49 126.02 45.62 -
System Red Green Blue C M Y K H S L
Decimal 75 250 187 0.7 0 0.25 0.02 158.4 0.95 0.64
Hex 4B FA BB 46 0 19 2 9E 5F 40
Octal 113 372 273 106 0 31 2 236 137 100
Binary 1001011 11111010 10111011 1000110 0 11001 10 10011110 1011111 1000000

Color Harmonies of #4BFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFABB

Black with #4BFABB

Text Example


Text Example

White with #4BFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,250,187); }

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

background-color css

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

 a { background-color: rgb(75,250,187); }

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

border-color css

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

 span { border-color: rgb(75,250,187); }

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