Html Css Color HEX #4FCBBC Medium Turquoise

📋 copy color: '#4FCBBC'

red 79 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #4FCBBC

Tints of Medium Turquoise #4FCBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 16.81%
G = 43.19%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4FCBBC (or 0x4FCBBC) is known color: Medium Turquoise. HEX triplet: 4F, CB and BC. RGB value is (79,203,188). Sum of RGB (Red+Green+Blue) = 79+203+188=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBBC is #B03443. Grayscale: #A4A4A4. Windows color (decimal): -11547716 or 12372815. OLE color: 12372815.

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

Color convert

RGB 79 203 188 -
CMYK 0.61 0 0.07 0.20
HSL 172.74º 0.54% 0.55% -
HSV(B) 172.74º 0.61% 0.8% -
XYZ 33.66 48 55.07 -
YUV 164.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 79 203 188 0.61 0 0.07 0.20 172.74 0.54 0.55
Hex 4F CB BC 3D 0 7 14 AD 36 37
Octal 117 313 274 75 0 7 24 255 66 67
Binary 1001111 11001011 10111100 111101 0 111 10100 10101101 110110 110111

Color Harmonies of #4FCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBBC

Black with #4FCBBC

Text Example


Text Example

White with #4FCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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