Html Css Color HEX #4FDDBB Medium Turquoise

📋 copy color: '#4FDDBB'

red 79 ◦ green 221 ◦ blue 187

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

Shades of Medium Turquoise #4FDDBB

Tints of Medium Turquoise #4FDDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.38%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 16.22%
G = 45.38%
B = 38.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#4FDDBB (or 0x4FDDBB) is known color: Medium Turquoise. HEX triplet: 4F, DD and BB. RGB value is (79,221,187). Sum of RGB (Red+Green+Blue) = 79+221+187=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDBB is #B02244. Grayscale: #AEAEAE. Windows color (decimal): -11543109 or 12311887. OLE color: 12311887.

HSL color Cylindrical-coordinate representation of color #4FDDBB: hue angle of 165.63º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDBB is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 221 187 -
CMYK 0.64 0 0.15 0.13
HSL 165.63º 0.68% 0.59% -
HSV(B) 165.63º 0.64% 0.87% -
XYZ 38.05 56.96 56 -
YUV 174.67 134.96 59.76 -
System Red Green Blue C M Y K H S L
Decimal 79 221 187 0.64 0 0.15 0.13 165.63 0.68 0.59
Hex 4F DD BB 40 0 F D A6 44 3B
Octal 117 335 273 100 0 17 15 246 104 73
Binary 1001111 11011101 10111011 1000000 0 1111 1101 10100110 1000100 111011

Color Harmonies of #4FDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDDBB

Black with #4FDDBB

Text Example


Text Example

White with #4FDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,221,187); }

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

background-color css

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

 a { background-color: rgb(79,221,187); }

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

border-color css

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

 span { border-color: rgb(79,221,187); }

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