Html Css Color HEX #4FCAD5 Medium Turquoise

📋 copy color: '#4FCAD5'

red 79 ◦ green 202 ◦ blue 213

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

Shades of Medium Turquoise #4FCAD5

Tints of Medium Turquoise #4FCAD5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.89%

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

R = 15.99%
G = 40.89%
B = 43.12%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4FCAD5 (or 0x4FCAD5) is known color: Medium Turquoise. HEX triplet: 4F, CA and D5. RGB value is (79,202,213). Sum of RGB (Red+Green+Blue) = 79+202+213=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #4FCAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAD5 is #B0352A. Grayscale: #A6A6A6. Windows color (decimal): -11547947 or 14010959. OLE color: 14010959.

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

Color convert

RGB 79 202 213 -
CMYK 0.63 0.05 0 0.16
HSL 184.93º 0.61% 0.57% -
HSV(B) 184.93º 0.63% 0.84% -
XYZ 36.36 48.71 70.44 -
YUV 166.48 154.25 65.61 -
System Red Green Blue C M Y K H S L
Decimal 79 202 213 0.63 0.05 0 0.16 184.93 0.61 0.57
Hex 4F CA D5 3F 5 0 10 B9 3D 39
Octal 117 312 325 77 5 0 20 271 75 71
Binary 1001111 11001010 11010101 111111 101 0 10000 10111001 111101 111001

Color Harmonies of #4FCAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAD5

Black with #4FCAD5

Text Example


Text Example

White with #4FCAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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