Html Css Color HEX #4FCABD Medium Turquoise

📋 copy color: '#4FCABD'

red 79 ◦ green 202 ◦ blue 189

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

Shades of Medium Turquoise #4FCABD

Tints of Medium Turquoise #4FCABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 16.81%
G = 42.98%
B = 40.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#4FCABD (or 0x4FCABD) is known color: Medium Turquoise. HEX triplet: 4F, CA and BD. RGB value is (79,202,189). Sum of RGB (Red+Green+Blue) = 79+202+189=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCABD is #B03542. Grayscale: #A3A3A3. Windows color (decimal): -11547971 or 12438095. OLE color: 12438095.

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

Color convert

RGB 79 202 189 -
CMYK 0.61 0 0.06 0.21
HSL 173.66º 0.54% 0.55% -
HSV(B) 173.66º 0.61% 0.79% -
XYZ 33.53 47.58 55.56 -
YUV 163.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 79 202 189 0.61 0 0.06 0.21 173.66 0.54 0.55
Hex 4F CA BD 3D 0 6 15 AE 36 37
Octal 117 312 275 75 0 6 25 256 66 67
Binary 1001111 11001010 10111101 111101 0 110 10101 10101110 110110 110111

Color Harmonies of #4FCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCABD

Black with #4FCABD

Text Example


Text Example

White with #4FCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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