Html Css Color HEX #4FDDCF Medium Turquoise

📋 copy color: '#4FDDCF'

red 79 ◦ green 221 ◦ blue 207

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

Shades of Medium Turquoise #4FDDCF

Tints of Medium Turquoise #4FDDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

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

R = 15.58%
G = 43.59%
B = 40.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#4FDDCF (or 0x4FDDCF) is known color: Medium Turquoise. HEX triplet: 4F, DD and CF. RGB value is (79,221,207). Sum of RGB (Red+Green+Blue) = 79+221+207=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDCF is #B02230. Grayscale: #B0B0B0. Windows color (decimal): -11543089 or 13622607. OLE color: 13622607.

HSL color Cylindrical-coordinate representation of color #4FDDCF: hue angle of 174.08º 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 #4FDDCF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 221 207 -
CMYK 0.64 0 0.06 0.13
HSL 174.08º 0.68% 0.59% -
HSV(B) 174.08º 0.64% 0.87% -
XYZ 40.34 57.88 68.08 -
YUV 176.95 144.96 58.14 -
System Red Green Blue C M Y K H S L
Decimal 79 221 207 0.64 0 0.06 0.13 174.08 0.68 0.59
Hex 4F DD CF 40 0 6 D AE 44 3B
Octal 117 335 317 100 0 6 15 256 104 73
Binary 1001111 11011101 11001111 1000000 0 110 1101 10101110 1000100 111011

Color Harmonies of #4FDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDDCF

Black with #4FDDCF

Text Example


Text Example

White with #4FDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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