Html Css Color HEX #4FDEBF Turquoise

📋 copy color: '#4FDEBF'

red 79 ◦ green 222 ◦ blue 191

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

Shades of Turquoise #4FDEBF

Tints of Turquoise #4FDEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 16.06%
G = 45.12%
B = 38.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#4FDEBF (or 0x4FDEBF) is known color: Turquoise. HEX triplet: 4F, DE and BF. RGB value is (79,222,191). Sum of RGB (Red+Green+Blue) = 79+222+191=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDEBF is #B02140. Grayscale: #AFAFAF. Windows color (decimal): -11542849 or 12574287. OLE color: 12574287.

HSL color Cylindrical-coordinate representation of color #4FDEBF: hue angle of 166.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDEBF is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 222 191 -
CMYK 0.64 0 0.14 0.13
HSL 166.99º 0.68% 0.59% -
HSV(B) 166.99º 0.64% 0.87% -
XYZ 38.75 57.67 58.38 -
YUV 175.71 136.62 59.02 -
System Red Green Blue C M Y K H S L
Decimal 79 222 191 0.64 0 0.14 0.13 166.99 0.68 0.59
Hex 4F DE BF 40 0 E D A7 44 3B
Octal 117 336 277 100 0 16 15 247 104 73
Binary 1001111 11011110 10111111 1000000 0 1110 1101 10100111 1000100 111011

Color Harmonies of #4FDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDEBF

Black with #4FDEBF

Text Example


Text Example

White with #4FDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,222,191); }

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

background-color css

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

 a { background-color: rgb(79,222,191); }

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

border-color css

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

 span { border-color: rgb(79,222,191); }

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