Html Css Color HEX #4FEAD9 Turquoise

📋 copy color: '#4FEAD9'

red 79 ◦ green 234 ◦ blue 217

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

Shades of Turquoise #4FEAD9

Tints of Turquoise #4FEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.15%

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 14.91%
G = 44.15%
B = 40.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#4FEAD9 (or 0x4FEAD9) is known color: Turquoise. HEX triplet: 4F, EA and D9. RGB value is (79,234,217). Sum of RGB (Red+Green+Blue) = 79+234+217=530 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.91% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAD9 is #B01526. Grayscale: #B9B9B9. Windows color (decimal): -11539751 or 14281295. OLE color: 14281295.

HSL color Cylindrical-coordinate representation of color #4FEAD9: hue angle of 173.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEAD9 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 217 -
CMYK 0.66 0 0.07 0.08
HSL 173.42º 0.79% 0.61% -
HSV(B) 173.42º 0.66% 0.92% -
XYZ 45.17 65.52 75.91 -
YUV 185.72 145.65 51.88 -
System Red Green Blue C M Y K H S L
Decimal 79 234 217 0.66 0 0.07 0.08 173.42 0.79 0.61
Hex 4F EA D9 42 0 7 8 AD 4F 3D
Octal 117 352 331 102 0 7 10 255 117 75
Binary 1001111 11101010 11011001 1000010 0 111 1000 10101101 1001111 111101

Color Harmonies of #4FEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAD9

Black with #4FEAD9

Text Example


Text Example

White with #4FEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,234,217); }

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

background-color css

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

 a { background-color: rgb(79,234,217); }

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

border-color css

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

 span { border-color: rgb(79,234,217); }

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