Html Css Color HEX #4BFEAE Turquoise

📋 copy color: '#4BFEAE'

red 75 ◦ green 254 ◦ blue 174

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

Shades of Turquoise #4BFEAE

Tints of Turquoise #4BFEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 14.91%
G = 50.5%
B = 34.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#4BFEAE (or 0x4BFEAE) is known color: Turquoise. HEX triplet: 4B, FE and AE. RGB value is (75,254,174). Sum of RGB (Red+Green+Blue) = 75+254+174=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFEAE is #B40151. Grayscale: #BFBFBF. Windows color (decimal): -11796818 or 11468363. OLE color: 11468363.

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

Color convert

RGB 75 254 174 -
CMYK 0.70 0 0.31 0.00
HSL 153.18º 0.99% 0.65% -
HSV(B) 153.18º 0.7% 1% -
XYZ 45.98 75.44 52.18 -
YUV 191.36 118.2 45 -
System Red Green Blue C M Y K H S L
Decimal 75 254 174 0.70 0 0.31 0.00 153.18 0.99 0.65
Hex 4B FE AE 46 0 1F 0 99 63 41
Octal 113 376 256 106 0 37 0 231 143 101
Binary 1001011 11111110 10101110 1000110 0 11111 0 10011001 1100011 1000001

Color Harmonies of #4BFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEAE

Black with #4BFEAE

Text Example


Text Example

White with #4BFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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