Html Css Color HEX #4FEAD6 Turquoise

📋 copy color: '#4FEAD6'

red 79 ◦ green 234 ◦ blue 214

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

Shades of Turquoise #4FEAD6

Tints of Turquoise #4FEAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 14.99%
G = 44.4%
B = 40.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#4FEAD6 (or 0x4FEAD6) is known color: Turquoise. HEX triplet: 4F, EA and D6. RGB value is (79,234,214). Sum of RGB (Red+Green+Blue) = 79+234+214=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAD6 is #B01529. Grayscale: #B9B9B9. Windows color (decimal): -11539754 or 14084687. OLE color: 14084687.

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

Color convert

RGB 79 234 214 -
CMYK 0.66 0 0.09 0.08
HSL 172.26º 0.79% 0.61% -
HSV(B) 172.26º 0.66% 0.92% -
XYZ 44.78 65.36 73.87 -
YUV 185.38 144.15 52.13 -
System Red Green Blue C M Y K H S L
Decimal 79 234 214 0.66 0 0.09 0.08 172.26 0.79 0.61
Hex 4F EA D6 42 0 9 8 AC 4F 3D
Octal 117 352 326 102 0 11 10 254 117 75
Binary 1001111 11101010 11010110 1000010 0 1001 1000 10101100 1001111 111101

Color Harmonies of #4FEAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAD6

Black with #4FEAD6

Text Example


Text Example

White with #4FEAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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