Html Css Color HEX #4FFAE1 Turquoise

📋 copy color: '#4FFAE1'

red 79 ◦ green 250 ◦ blue 225

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

Shades of Turquoise #4FFAE1

Tints of Turquoise #4FFAE1

RGB

 RED value IS 79 (31.25% from 255) = 14.26%

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

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 14.26%
G = 45.13%
B = 40.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#4FFAE1 (or 0x4FFAE1) is known color: Turquoise. HEX triplet: 4F, FA and E1. RGB value is (79,250,225). Sum of RGB (Red+Green+Blue) = 79+250+225=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAE1 is #B0051E. Grayscale: #C3C3C3. Windows color (decimal): -11535647 or 14809679. OLE color: 14809679.

HSL color Cylindrical-coordinate representation of color #4FFAE1: hue angle of 171.23º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAE1 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 225 -
CMYK 0.68 0 0.10 0.02
HSL 171.23º 0.94% 0.65% -
HSV(B) 171.23º 0.68% 0.98% -
XYZ 51 75.47 83.11 -
YUV 196.02 144.35 44.53 -
System Red Green Blue C M Y K H S L
Decimal 79 250 225 0.68 0 0.10 0.02 171.23 0.94 0.65
Hex 4F FA E1 44 0 A 2 AB 5E 41
Octal 117 372 341 104 0 12 2 253 136 101
Binary 1001111 11111010 11100001 1000100 0 1010 10 10101011 1011110 1000001

Color Harmonies of #4FFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAE1

Black with #4FFAE1

Text Example


Text Example

White with #4FFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,225); }

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

background-color css

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

 a { background-color: rgb(79,250,225); }

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

border-color css

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

 span { border-color: rgb(79,250,225); }

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