Html Css Color HEX #4FCDBB Medium Turquoise

📋 copy color: '#4FCDBB'

red 79 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #4FCDBB

Tints of Medium Turquoise #4FCDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 16.77%
G = 43.52%
B = 39.7%

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

#4FCDBB (or 0x4FCDBB) is known color: Medium Turquoise. HEX triplet: 4F, CD and BB. RGB value is (79,205,187). Sum of RGB (Red+Green+Blue) = 79+205+187=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDBB is #B03244. Grayscale: #A5A5A5. Windows color (decimal): -11547205 or 12307791. OLE color: 12307791.

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

Color convert

RGB 79 205 187 -
CMYK 0.61 0 0.09 0.20
HSL 171.43º 0.56% 0.56% -
HSV(B) 171.43º 0.61% 0.8% -
XYZ 34.03 48.91 54.66 -
YUV 165.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 79 205 187 0.61 0 0.09 0.20 171.43 0.56 0.56
Hex 4F CD BB 3D 0 9 14 AB 38 38
Octal 117 315 273 75 0 11 24 253 70 70
Binary 1001111 11001101 10111011 111101 0 1001 10100 10101011 111000 111000

Color Harmonies of #4FCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCDBB

Black with #4FCDBB

Text Example


Text Example

White with #4FCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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