Html Css Color HEX #4BFEB9 Turquoise

📋 copy color: '#4BFEB9'

red 75 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #4BFEB9

Tints of Turquoise #4BFEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 14.59%
G = 49.42%
B = 35.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#4BFEB9 (or 0x4BFEB9) is known color: Turquoise. HEX triplet: 4B, FE and B9. RGB value is (75,254,185). Sum of RGB (Red+Green+Blue) = 75+254+185=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEB9 is #B40146. Grayscale: #C0C0C0. Windows color (decimal): -11796807 or 12189259. OLE color: 12189259.

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

Color convert

RGB 75 254 185 -
CMYK 0.70 0 0.27 0.00
HSL 156.87º 0.99% 0.65% -
HSV(B) 156.87º 0.7% 1% -
XYZ 47.1 75.88 58.06 -
YUV 192.61 123.7 44.11 -
System Red Green Blue C M Y K H S L
Decimal 75 254 185 0.70 0 0.27 0.00 156.87 0.99 0.65
Hex 4B FE B9 46 0 1B 0 9D 63 41
Octal 113 376 271 106 0 33 0 235 143 101
Binary 1001011 11111110 10111001 1000110 0 11011 0 10011101 1100011 1000001

Color Harmonies of #4BFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEB9

Black with #4BFEB9

Text Example


Text Example

White with #4BFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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