Html Css Color HEX #4FC3CA Medium Turquoise

📋 copy color: '#4FC3CA'

red 79 ◦ green 195 ◦ blue 202

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

Shades of Medium Turquoise #4FC3CA

Tints of Medium Turquoise #4FC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 16.6%
G = 40.97%
B = 42.44%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4FC3CA (or 0x4FC3CA) is known color: Medium Turquoise. HEX triplet: 4F, C3 and CA. RGB value is (79,195,202). Sum of RGB (Red+Green+Blue) = 79+195+202=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FC3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC3CA is #B03C35. Grayscale: #A0A0A0. Windows color (decimal): -11549750 or 13288271. OLE color: 13288271.

HSL color Cylindrical-coordinate representation of color #4FC3CA: hue angle of 183.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC3CA is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 195 202 -
CMYK 0.61 0.03 0 0.21
HSL 183.41º 0.54% 0.55% -
HSV(B) 183.41º 0.61% 0.79% -
XYZ 33.4 44.96 62.79 -
YUV 161.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 79 195 202 0.61 0.03 0 0.21 183.41 0.54 0.55
Hex 4F C3 CA 3D 3 0 15 B7 36 37
Octal 117 303 312 75 3 0 25 267 66 67
Binary 1001111 11000011 11001010 111101 11 0 10101 10110111 110110 110111

Color Harmonies of #4FC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC3CA

Black with #4FC3CA

Text Example


Text Example

White with #4FC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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