Html Css Color HEX #4FCABA Medium Turquoise

📋 copy color: '#4FCABA'

red 79 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #4FCABA

Tints of Medium Turquoise #4FCABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 16.92%
G = 43.25%
B = 39.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#4FCABA (or 0x4FCABA) is known color: Medium Turquoise. HEX triplet: 4F, CA and BA. RGB value is (79,202,186). Sum of RGB (Red+Green+Blue) = 79+202+186=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCABA is #B03545. Grayscale: #A3A3A3. Windows color (decimal): -11547974 or 12241487. OLE color: 12241487.

HSL color Cylindrical-coordinate representation of color #4FCABA: hue angle of 172.2º 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 #4FCABA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 202 186 -
CMYK 0.61 0 0.08 0.21
HSL 172.2º 0.54% 0.55% -
HSV(B) 172.2º 0.61% 0.79% -
XYZ 33.21 47.45 53.86 -
YUV 163.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 79 202 186 0.61 0 0.08 0.21 172.2 0.54 0.55
Hex 4F CA BA 3D 0 8 15 AC 36 37
Octal 117 312 272 75 0 10 25 254 66 67
Binary 1001111 11001010 10111010 111101 0 1000 10101 10101100 110110 110111

Color Harmonies of #4FCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCABA

Black with #4FCABA

Text Example


Text Example

White with #4FCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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