Html Css Color HEX #4BFEB5 Turquoise

📋 copy color: '#4BFEB5'

red 75 ◦ green 254 ◦ blue 181

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

Shades of Turquoise #4BFEB5

Tints of Turquoise #4BFEB5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 14.71%
G = 49.8%
B = 35.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#4BFEB5 (or 0x4BFEB5) is known color: Turquoise. HEX triplet: 4B, FE and B5. RGB value is (75,254,181). Sum of RGB (Red+Green+Blue) = 75+254+181=510 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.71% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEB5 is #B4014A. Grayscale: #C0C0C0. Windows color (decimal): -11796811 or 11927115. OLE color: 11927115.

HSL color Cylindrical-coordinate representation of color #4BFEB5: hue angle of 155.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEB5 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 254 181 -
CMYK 0.70 0 0.29 0.00
HSL 155.53º 0.99% 0.65% -
HSV(B) 155.53º 0.7% 1% -
XYZ 46.68 75.72 55.87 -
YUV 192.16 121.7 44.44 -
System Red Green Blue C M Y K H S L
Decimal 75 254 181 0.70 0 0.29 0.00 155.53 0.99 0.65
Hex 4B FE B5 46 0 1D 0 9C 63 41
Octal 113 376 265 106 0 35 0 234 143 101
Binary 1001011 11111110 10110101 1000110 0 11101 0 10011100 1100011 1000001

Color Harmonies of #4BFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEB5

Black with #4BFEB5

Text Example


Text Example

White with #4BFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,254,181); }

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

background-color css

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

 a { background-color: rgb(75,254,181); }

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

border-color css

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

 span { border-color: rgb(75,254,181); }

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