Html Css Color HEX #4FEAC6 Turquoise

📋 copy color: '#4FEAC6'

red 79 ◦ green 234 ◦ blue 198

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

Shades of Turquoise #4FEAC6

Tints of Turquoise #4FEAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.75%

R = 15.46%
G = 45.79%
B = 38.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#4FEAC6 (or 0x4FEAC6) is known color: Turquoise. HEX triplet: 4F, EA and C6. RGB value is (79,234,198). Sum of RGB (Red+Green+Blue) = 79+234+198=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAC6 is #B01539. Grayscale: #B7B7B7. Windows color (decimal): -11539770 or 13036111. OLE color: 13036111.

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

Color convert

RGB 79 234 198 -
CMYK 0.66 0 0.15 0.08
HSL 166.06º 0.79% 0.61% -
HSV(B) 166.06º 0.66% 0.92% -
XYZ 42.84 64.59 63.63 -
YUV 183.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 79 234 198 0.66 0 0.15 0.08 166.06 0.79 0.61
Hex 4F EA C6 42 0 F 8 A6 4F 3D
Octal 117 352 306 102 0 17 10 246 117 75
Binary 1001111 11101010 11000110 1000010 0 1111 1000 10100110 1001111 111101

Color Harmonies of #4FEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAC6

Black with #4FEAC6

Text Example


Text Example

White with #4FEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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