Html Css Color HEX #4FCFD5 Medium Turquoise

📋 copy color: '#4FCFD5'

red 79 ◦ green 207 ◦ blue 213

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

Shades of Medium Turquoise #4FCFD5

Tints of Medium Turquoise #4FCFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 15.83%
G = 41.48%
B = 42.69%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4FCFD5 (or 0x4FCFD5) is known color: Medium Turquoise. HEX triplet: 4F, CF and D5. RGB value is (79,207,213). Sum of RGB (Red+Green+Blue) = 79+207+213=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #4FCFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFD5 is #B0302A. Grayscale: #A9A9A9. Windows color (decimal): -11546667 or 14012239. OLE color: 14012239.

HSL color Cylindrical-coordinate representation of color #4FCFD5: hue angle of 182.69º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FCFD5 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 79 207 213 -
CMYK 0.63 0.03 0 0.16
HSL 182.69º 0.61% 0.57% -
HSV(B) 182.69º 0.63% 0.84% -
XYZ 37.55 51.09 70.83 -
YUV 169.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 79 207 213 0.63 0.03 0 0.16 182.69 0.61 0.57
Hex 4F CF D5 3F 3 0 10 B7 3D 39
Octal 117 317 325 77 3 0 20 267 75 71
Binary 1001111 11001111 11010101 111111 11 0 10000 10110111 111101 111001

Color Harmonies of #4FCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFD5

Black with #4FCFD5

Text Example


Text Example

White with #4FCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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