Html Css Color HEX #4FEADC Turquoise

📋 copy color: '#4FEADC'

red 79 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #4FEADC

Tints of Turquoise #4FEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 14.82%
G = 43.9%
B = 41.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#4FEADC (or 0x4FEADC) is known color: Turquoise. HEX triplet: 4F, EA and DC. RGB value is (79,234,220). Sum of RGB (Red+Green+Blue) = 79+234+220=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEADC is #B01523. Grayscale: #B9B9B9. Windows color (decimal): -11539748 or 14477903. OLE color: 14477903.

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

Color convert

RGB 79 234 220 -
CMYK 0.66 0 0.06 0.08
HSL 174.58º 0.79% 0.61% -
HSV(B) 174.58º 0.66% 0.92% -
XYZ 45.57 65.68 77.99 -
YUV 186.06 147.15 51.64 -
System Red Green Blue C M Y K H S L
Decimal 79 234 220 0.66 0 0.06 0.08 174.58 0.79 0.61
Hex 4F EA DC 42 0 6 8 AF 4F 3D
Octal 117 352 334 102 0 6 10 257 117 75
Binary 1001111 11101010 11011100 1000010 0 110 1000 10101111 1001111 111101

Color Harmonies of #4FEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEADC

Black with #4FEADC

Text Example


Text Example

White with #4FEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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