Html Css Color HEX #4FD9CF Medium Turquoise

📋 copy color: '#4FD9CF'

red 79 ◦ green 217 ◦ blue 207

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

Shades of Medium Turquoise #4FD9CF

Tints of Medium Turquoise #4FD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 15.71%
G = 43.14%
B = 41.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#4FD9CF (or 0x4FD9CF) is known color: Medium Turquoise. HEX triplet: 4F, D9 and CF. RGB value is (79,217,207). Sum of RGB (Red+Green+Blue) = 79+217+207=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9CF is #B02630. Grayscale: #AEAEAE. Windows color (decimal): -11544113 or 13621583. OLE color: 13621583.

HSL color Cylindrical-coordinate representation of color #4FD9CF: hue angle of 175.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FD9CF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 217 207 -
CMYK 0.64 0 0.05 0.15
HSL 175.65º 0.64% 0.58% -
HSV(B) 175.65º 0.64% 0.85% -
XYZ 39.3 55.79 67.73 -
YUV 174.6 146.28 59.81 -
System Red Green Blue C M Y K H S L
Decimal 79 217 207 0.64 0 0.05 0.15 175.65 0.64 0.58
Hex 4F D9 CF 40 0 5 F B0 40 3A
Octal 117 331 317 100 0 5 17 260 100 72
Binary 1001111 11011001 11001111 1000000 0 101 1111 10110000 1000000 111010

Color Harmonies of #4FD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD9CF

Black with #4FD9CF

Text Example


Text Example

White with #4FD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,217,207); }

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

background-color css

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

 a { background-color: rgb(79,217,207); }

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

border-color css

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

 span { border-color: rgb(79,217,207); }

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