Html Css Color HEX #4FD3CE Medium Turquoise

📋 copy color: '#4FD3CE'

red 79 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #4FD3CE

Tints of Medium Turquoise #4FD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 15.93%
G = 42.54%
B = 41.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#4FD3CE (or 0x4FD3CE) is known color: Medium Turquoise. HEX triplet: 4F, D3 and CE. RGB value is (79,211,206). Sum of RGB (Red+Green+Blue) = 79+211+206=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #4FD3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD3CE is #B02C31. Grayscale: #AAAAAA. Windows color (decimal): -11545650 or 13554511. OLE color: 13554511.

HSL color Cylindrical-coordinate representation of color #4FD3CE: hue angle of 177.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD3CE is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 79 211 206 -
CMYK 0.63 0 0.02 0.17
HSL 177.73º 0.6% 0.57% -
HSV(B) 177.73º 0.63% 0.83% -
XYZ 37.66 52.71 66.58 -
YUV 170.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 79 211 206 0.63 0 0.02 0.17 177.73 0.6 0.57
Hex 4F D3 CE 3F 0 2 11 B2 3C 39
Octal 117 323 316 77 0 2 21 262 74 71
Binary 1001111 11010011 11001110 111111 0 10 10001 10110010 111100 111001

Color Harmonies of #4FD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD3CE

Black with #4FD3CE

Text Example


Text Example

White with #4FD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,211,206); }

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

background-color css

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

 a { background-color: rgb(79,211,206); }

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

border-color css

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

 span { border-color: rgb(79,211,206); }

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