Html Css Color HEX #4FECB6 Turquoise

📋 copy color: '#4FECB6'

red 79 ◦ green 236 ◦ blue 182

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

Shades of Turquoise #4FECB6

Tints of Turquoise #4FECB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 15.9%
G = 47.48%
B = 36.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#4FECB6 (or 0x4FECB6) is known color: Turquoise. HEX triplet: 4F, EC and B6. RGB value is (79,236,182). Sum of RGB (Red+Green+Blue) = 79+236+182=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECB6 is #B01349. Grayscale: #B6B6B6. Windows color (decimal): -11539274 or 11988047. OLE color: 11988047.

HSL color Cylindrical-coordinate representation of color #4FECB6: hue angle of 159.36º 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 #4FECB6 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 236 182 -
CMYK 0.67 0 0.23 0.07
HSL 159.36º 0.81% 0.62% -
HSV(B) 159.36º 0.67% 0.93% -
XYZ 41.66 65.03 54.61 -
YUV 182.9 127.49 53.89 -
System Red Green Blue C M Y K H S L
Decimal 79 236 182 0.67 0 0.23 0.07 159.36 0.81 0.62
Hex 4F EC B6 43 0 17 7 9F 51 3E
Octal 117 354 266 103 0 27 7 237 121 76
Binary 1001111 11101100 10110110 1000011 0 10111 111 10011111 1010001 111110

Color Harmonies of #4FECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECB6

Black with #4FECB6

Text Example


Text Example

White with #4FECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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