Html Css Color HEX #4FC8CB Medium Turquoise

📋 copy color: '#4FC8CB'

red 79 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #4FC8CB

Tints of Medium Turquoise #4FC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 16.39%
G = 41.49%
B = 42.12%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FC8CB (or 0x4FC8CB) is known color: Medium Turquoise. HEX triplet: 4F, C8 and CB. RGB value is (79,200,203). Sum of RGB (Red+Green+Blue) = 79+200+203=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FC8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC8CB is #B03734. Grayscale: #A4A4A4. Windows color (decimal): -11548469 or 13355087. OLE color: 13355087.

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

Color convert

RGB 79 200 203 -
CMYK 0.61 0.01 0 0.20
HSL 181.45º 0.54% 0.55% -
HSV(B) 181.45º 0.61% 0.8% -
XYZ 34.66 47.28 63.8 -
YUV 164.16 149.91 67.26 -
System Red Green Blue C M Y K H S L
Decimal 79 200 203 0.61 0.01 0 0.20 181.45 0.54 0.55
Hex 4F C8 CB 3D 1 0 14 B5 36 37
Octal 117 310 313 75 1 0 24 265 66 67
Binary 1001111 11001000 11001011 111101 1 0 10100 10110101 110110 110111

Color Harmonies of #4FC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC8CB

Black with #4FC8CB

Text Example


Text Example

White with #4FC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,200,203); }

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

background-color css

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

 a { background-color: rgb(79,200,203); }

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

border-color css

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

 span { border-color: rgb(79,200,203); }

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