Html Css Color HEX #4FFAE7 Turquoise

📋 copy color: '#4FFAE7'

red 79 ◦ green 250 ◦ blue 231

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

Shades of Turquoise #4FFAE7

Tints of Turquoise #4FFAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 14.11%
G = 44.64%
B = 41.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#4FFAE7 (or 0x4FFAE7) is known color: Turquoise. HEX triplet: 4F, FA and E7. RGB value is (79,250,231). Sum of RGB (Red+Green+Blue) = 79+250+231=560 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.11% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAE7 is #B00518. Grayscale: #C4C4C4. Windows color (decimal): -11535641 or 15202895. OLE color: 15202895.

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

Color convert

RGB 79 250 231 -
CMYK 0.68 0 0.08 0.02
HSL 173.33º 0.94% 0.65% -
HSV(B) 173.33º 0.68% 0.98% -
XYZ 51.83 75.8 87.5 -
YUV 196.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 79 250 231 0.68 0 0.08 0.02 173.33 0.94 0.65
Hex 4F FA E7 44 0 8 2 AD 5E 41
Octal 117 372 347 104 0 10 2 255 136 101
Binary 1001111 11111010 11100111 1000100 0 1000 10 10101101 1011110 1000001

Color Harmonies of #4FFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAE7

Black with #4FFAE7

Text Example


Text Example

White with #4FFAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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