Html Css Color HEX #4BFAE4 Turquoise

📋 copy color: '#4BFAE4'

red 75 ◦ green 250 ◦ blue 228

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

Shades of Turquoise #4BFAE4

Tints of Turquoise #4BFAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 13.56%
G = 45.21%
B = 41.23%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#4BFAE4 (or 0x4BFAE4) is known color: Turquoise. HEX triplet: 4B, FA and E4. RGB value is (75,250,228). Sum of RGB (Red+Green+Blue) = 75+250+228=553 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.56% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFAE4 is #B4051B. Grayscale: #C3C3C3. Windows color (decimal): -11797788 or 15006283. OLE color: 15006283.

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

Color convert

RGB 75 250 228 -
CMYK 0.7 0 0.09 0.02
HSL 172.46º 0.95% 0.64% -
HSV(B) 172.46º 0.7% 0.98% -
XYZ 51.09 75.47 85.27 -
YUV 195.17 146.52 42.29 -
System Red Green Blue C M Y K H S L
Decimal 75 250 228 0.7 0 0.09 0.02 172.46 0.95 0.64
Hex 4B FA E4 46 0 9 2 AC 5F 40
Octal 113 372 344 106 0 11 2 254 137 100
Binary 1001011 11111010 11100100 1000110 0 1001 10 10101100 1011111 1000000

Color Harmonies of #4BFAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFAE4

Black with #4BFAE4

Text Example


Text Example

White with #4BFAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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