Html Css Color HEX #4FCFD3 Medium Turquoise

📋 copy color: '#4FCFD3'

red 79 ◦ green 207 ◦ blue 211

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

Shades of Medium Turquoise #4FCFD3

Tints of Medium Turquoise #4FCFD3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

 BLUE value IS 211 (82.81% from 255) = 42.45%

R = 15.9%
G = 41.65%
B = 42.45%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4FCFD3 (or 0x4FCFD3) is known color: Medium Turquoise. HEX triplet: 4F, CF and D3. RGB value is (79,207,211). Sum of RGB (Red+Green+Blue) = 79+207+211=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #4FCFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFD3 is #B0302C. Grayscale: #A9A9A9. Windows color (decimal): -11546669 or 13881167. OLE color: 13881167.

HSL color Cylindrical-coordinate representation of color #4FCFD3: hue angle of 181.82º 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 #4FCFD3 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 79 207 211 -
CMYK 0.63 0.02 0 0.17
HSL 181.82º 0.6% 0.57% -
HSV(B) 181.82º 0.63% 0.83% -
XYZ 37.3 50.99 69.5 -
YUV 169.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 79 207 211 0.63 0.02 0 0.17 181.82 0.6 0.57
Hex 4F CF D3 3F 2 0 11 B6 3C 39
Octal 117 317 323 77 2 0 21 266 74 71
Binary 1001111 11001111 11010011 111111 10 0 10001 10110110 111100 111001

Color Harmonies of #4FCFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFD3

Black with #4FCFD3

Text Example


Text Example

White with #4FCFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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