Html Css Color HEX #4FCBBE Medium Turquoise

📋 copy color: '#4FCBBE'

red 79 ◦ green 203 ◦ blue 190

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

Shades of Medium Turquoise #4FCBBE

Tints of Medium Turquoise #4FCBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 16.74%
G = 43.01%
B = 40.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#4FCBBE (or 0x4FCBBE) is known color: Medium Turquoise. HEX triplet: 4F, CB and BE. RGB value is (79,203,190). Sum of RGB (Red+Green+Blue) = 79+203+190=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBBE is #B03441. Grayscale: #A4A4A4. Windows color (decimal): -11547714 or 12503887. OLE color: 12503887.

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

Color convert

RGB 79 203 190 -
CMYK 0.61 0 0.06 0.20
HSL 173.71º 0.54% 0.55% -
HSV(B) 173.71º 0.61% 0.8% -
XYZ 33.87 48.09 56.21 -
YUV 164.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 79 203 190 0.61 0 0.06 0.20 173.71 0.54 0.55
Hex 4F CB BE 3D 0 6 14 AE 36 37
Octal 117 313 276 75 0 6 24 256 66 67
Binary 1001111 11001011 10111110 111101 0 110 10100 10101110 110110 110111

Color Harmonies of #4FCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBBE

Black with #4FCBBE

Text Example


Text Example

White with #4FCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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