Html Css Color HEX #4FECC6 Turquoise

📋 copy color: '#4FECC6'

red 79 ◦ green 236 ◦ blue 198

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

Shades of Turquoise #4FECC6

Tints of Turquoise #4FECC6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 15.4%
G = 46%
B = 38.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#4FECC6 (or 0x4FECC6) is known color: Turquoise. HEX triplet: 4F, EC and C6. RGB value is (79,236,198). Sum of RGB (Red+Green+Blue) = 79+236+198=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECC6 is #B01339. Grayscale: #B8B8B8. Windows color (decimal): -11539258 or 13036623. OLE color: 13036623.

HSL color Cylindrical-coordinate representation of color #4FECC6: hue angle of 165.48º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FECC6 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 236 198 -
CMYK 0.67 0 0.16 0.07
HSL 165.48º 0.81% 0.62% -
HSV(B) 165.48º 0.67% 0.93% -
XYZ 43.41 65.73 63.83 -
YUV 184.73 135.49 52.59 -
System Red Green Blue C M Y K H S L
Decimal 79 236 198 0.67 0 0.16 0.07 165.48 0.81 0.62
Hex 4F EC C6 43 0 10 7 A5 51 3E
Octal 117 354 306 103 0 20 7 245 121 76
Binary 1001111 11101100 11000110 1000011 0 10000 111 10100101 1010001 111110

Color Harmonies of #4FECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECC6

Black with #4FECC6

Text Example


Text Example

White with #4FECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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