Html Css Color HEX #4FEFB8 Turquoise

📋 copy color: '#4FEFB8'

red 79 ◦ green 239 ◦ blue 184

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

Shades of Turquoise #4FEFB8

Tints of Turquoise #4FEFB8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

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

R = 15.74%
G = 47.61%
B = 36.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#4FEFB8 (or 0x4FEFB8) is known color: Turquoise. HEX triplet: 4F, EF and B8. RGB value is (79,239,184). Sum of RGB (Red+Green+Blue) = 79+239+184=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFB8 is #B01047. Grayscale: #B8B8B8. Windows color (decimal): -11538504 or 12119887. OLE color: 12119887.

HSL color Cylindrical-coordinate representation of color #4FEFB8: hue angle of 159.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFB8 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 239 184 -
CMYK 0.67 0 0.23 0.06
HSL 159.38º 0.83% 0.62% -
HSV(B) 159.38º 0.67% 0.94% -
XYZ 42.74 66.86 56 -
YUV 184.89 127.49 52.47 -
System Red Green Blue C M Y K H S L
Decimal 79 239 184 0.67 0 0.23 0.06 159.38 0.83 0.62
Hex 4F EF B8 43 0 17 6 9F 53 3E
Octal 117 357 270 103 0 27 6 237 123 76
Binary 1001111 11101111 10111000 1000011 0 10111 110 10011111 1010011 111110

Color Harmonies of #4FEFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFB8

Black with #4FEFB8

Text Example


Text Example

White with #4FEFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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