Html Css Color HEX #4FEAD1 Turquoise

📋 copy color: '#4FEAD1'

red 79 ◦ green 234 ◦ blue 209

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

Shades of Turquoise #4FEAD1

Tints of Turquoise #4FEAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 15.13%
G = 44.83%
B = 40.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#4FEAD1 (or 0x4FEAD1) is known color: Turquoise. HEX triplet: 4F, EA and D1. RGB value is (79,234,209). Sum of RGB (Red+Green+Blue) = 79+234+209=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAD1 is #B0152E. Grayscale: #B8B8B8. Windows color (decimal): -11539759 or 13757007. OLE color: 13757007.

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

Color convert

RGB 79 234 209 -
CMYK 0.66 0 0.11 0.08
HSL 170.32º 0.79% 0.61% -
HSV(B) 170.32º 0.66% 0.92% -
XYZ 44.16 65.11 70.56 -
YUV 184.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 79 234 209 0.66 0 0.11 0.08 170.32 0.79 0.61
Hex 4F EA D1 42 0 B 8 AA 4F 3D
Octal 117 352 321 102 0 13 10 252 117 75
Binary 1001111 11101010 11010001 1000010 0 1011 1000 10101010 1001111 111101

Color Harmonies of #4FEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAD1

Black with #4FEAD1

Text Example


Text Example

White with #4FEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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