Html Css Color HEX #4BFFBC Turquoise

📋 copy color: '#4BFFBC'

red 75 ◦ green 255 ◦ blue 188

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

Shades of Turquoise #4BFFBC

Tints of Turquoise #4BFFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

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

R = 14.48%
G = 49.23%
B = 36.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#4BFFBC (or 0x4BFFBC) is known color: Turquoise. HEX triplet: 4B, FF and BC. RGB value is (75,255,188). Sum of RGB (Red+Green+Blue) = 75+255+188=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFBC is #B40043. Grayscale: #C1C1C1. Windows color (decimal): -11796548 or 12386123. OLE color: 12386123.

HSL color Cylindrical-coordinate representation of color #4BFFBC: hue angle of 157.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFBC is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 75 255 188 -
CMYK 0.71 0 0.26 0
HSL 157.67º 1% 0.65% -
HSV(B) 157.67º 0.71% 1% -
XYZ 47.74 76.65 59.86 -
YUV 193.54 124.87 43.45 -
System Red Green Blue C M Y K H S L
Decimal 75 255 188 0.71 0 0.26 0 157.67 1 0.65
Hex 4B FF BC 47 0 1A 0 9E 64 41
Octal 113 377 274 107 0 32 0 236 144 101
Binary 1001011 11111111 10111100 1000111 0 11010 0 10011110 1100100 1000001

Color Harmonies of #4BFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFFBC

Black with #4BFFBC

Text Example


Text Example

White with #4BFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,255,188); }

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

background-color css

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

 a { background-color: rgb(75,255,188); }

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

border-color css

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

 span { border-color: rgb(75,255,188); }

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