Html Css Color HEX #4FECB8 Turquoise

📋 copy color: '#4FECB8'

red 79 ◦ green 236 ◦ blue 184

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

Shades of Turquoise #4FECB8

Tints of Turquoise #4FECB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 15.83%
G = 47.29%
B = 36.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4FECB8 (or 0x4FECB8) is known color: Turquoise. HEX triplet: 4F, EC and B8. RGB value is (79,236,184). Sum of RGB (Red+Green+Blue) = 79+236+184=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECB8 is #B01347. Grayscale: #B7B7B7. Windows color (decimal): -11539272 or 12119119. OLE color: 12119119.

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

Color convert

RGB 79 236 184 -
CMYK 0.67 0 0.22 0.07
HSL 160.13º 0.81% 0.62% -
HSV(B) 160.13º 0.67% 0.93% -
XYZ 41.87 65.11 55.71 -
YUV 183.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 79 236 184 0.67 0 0.22 0.07 160.13 0.81 0.62
Hex 4F EC B8 43 0 16 7 A0 51 3E
Octal 117 354 270 103 0 26 7 240 121 76
Binary 1001111 11101100 10111000 1000011 0 10110 111 10100000 1010001 111110

Color Harmonies of #4FECB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECB8

Black with #4FECB8

Text Example


Text Example

White with #4FECB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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