Html Css Color HEX #4FDFC0 Turquoise

📋 copy color: '#4FDFC0'

red 79 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #4FDFC0

Tints of Turquoise #4FDFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.14%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 15.99%
G = 45.14%
B = 38.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#4FDFC0 (or 0x4FDFC0) is known color: Turquoise. HEX triplet: 4F, DF and C0. RGB value is (79,223,192). Sum of RGB (Red+Green+Blue) = 79+223+192=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFC0 is #B0203F. Grayscale: #B0B0B0. Windows color (decimal): -11542592 or 12640079. OLE color: 12640079.

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

Color convert

RGB 79 223 192 -
CMYK 0.65 0 0.14 0.13
HSL 167.08º 0.69% 0.59% -
HSV(B) 167.08º 0.65% 0.87% -
XYZ 39.13 58.24 59.05 -
YUV 176.41 136.79 58.52 -
System Red Green Blue C M Y K H S L
Decimal 79 223 192 0.65 0 0.14 0.13 167.08 0.69 0.59
Hex 4F DF C0 41 0 E D A7 45 3B
Octal 117 337 300 101 0 16 15 247 105 73
Binary 1001111 11011111 11000000 1000001 0 1110 1101 10100111 1000101 111011

Color Harmonies of #4FDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFC0

Black with #4FDFC0

Text Example


Text Example

White with #4FDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,223,192); }

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

background-color css

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

 a { background-color: rgb(79,223,192); }

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

border-color css

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

 span { border-color: rgb(79,223,192); }

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