Html Css Color HEX #4FDBCF Medium Turquoise

📋 copy color: '#4FDBCF'

red 79 ◦ green 219 ◦ blue 207

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

Shades of Medium Turquoise #4FDBCF

Tints of Medium Turquoise #4FDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

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

R = 15.64%
G = 43.37%
B = 40.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#4FDBCF (or 0x4FDBCF) is known color: Medium Turquoise. HEX triplet: 4F, DB and CF. RGB value is (79,219,207). Sum of RGB (Red+Green+Blue) = 79+219+207=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBCF is #B02430. Grayscale: #AFAFAF. Windows color (decimal): -11543601 or 13622095. OLE color: 13622095.

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

Color convert

RGB 79 219 207 -
CMYK 0.64 0 0.05 0.14
HSL 174.86º 0.66% 0.58% -
HSV(B) 174.86º 0.64% 0.86% -
XYZ 39.82 56.83 67.9 -
YUV 175.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 79 219 207 0.64 0 0.05 0.14 174.86 0.66 0.58
Hex 4F DB CF 40 0 5 E AF 42 3A
Octal 117 333 317 100 0 5 16 257 102 72
Binary 1001111 11011011 11001111 1000000 0 101 1110 10101111 1000010 111010

Color Harmonies of #4FDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBCF

Black with #4FDBCF

Text Example


Text Example

White with #4FDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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