Html Css Color HEX #4FCBB8 Medium Turquoise

📋 copy color: '#4FCBB8'

red 79 ◦ green 203 ◦ blue 184

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

Shades of Medium Turquoise #4FCBB8

Tints of Medium Turquoise #4FCBB8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 184 (72.27% from 255) = 39.48%

R = 16.95%
G = 43.56%
B = 39.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#4FCBB8 (or 0x4FCBB8) is known color: Medium Turquoise. HEX triplet: 4F, CB and B8. RGB value is (79,203,184). Sum of RGB (Red+Green+Blue) = 79+203+184=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBB8 is #B03447. Grayscale: #A3A3A3. Windows color (decimal): -11547720 or 12110671. OLE color: 12110671.

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

Color convert

RGB 79 203 184 -
CMYK 0.61 0 0.09 0.20
HSL 170.81º 0.54% 0.55% -
HSV(B) 170.81º 0.61% 0.8% -
XYZ 33.23 47.83 52.83 -
YUV 163.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 79 203 184 0.61 0 0.09 0.20 170.81 0.54 0.55
Hex 4F CB B8 3D 0 9 14 AB 36 37
Octal 117 313 270 75 0 11 24 253 66 67
Binary 1001111 11001011 10111000 111101 0 1001 10100 10101011 110110 110111

Color Harmonies of #4FCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBB8

Black with #4FCBB8

Text Example


Text Example

White with #4FCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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