#4BD1B7

Color #4BD1B7 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4BD1B7

Tints of Medium Turquoise #4BD1B7

Color information

#4BD1B7 (or 0x4BD1B7) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D1 and B7. RGB value is (75,209,183). Sum of RGB (Red+Green+Blue) = 75+209+183=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD1B7 is #B42E48. Grayscale: #A5A5A5. Windows color (decimal): -11808329 or 12046667. OLE color: 12046667.

HSL color Cylindrical-coordinate representation of color #4BD1B7: hue angle of 168.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD1B7 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB75209183-
CMYK0.6400.120.18
HSL168.36º59.29%55.69%-
HSV(B)168.36º64.11%81.96%-
XYZ34.2550.5252.75-
YUV165.97137.6163.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=16.06%
G=44.75%
B=39.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752091830.6400.120.18168.3659.2955.69
Hex4BD1B7400C12a83b38
Octal113321267100014222507370
Binary100101111010001101101111000000011001001010101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,209,183); }

 H1.HeaderClassName
 {
   color: #4BD1B7;
 }
 .AnyTagClassName
 {
   color: #4BD1B7;
 }
</style>
background-color css

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

 a { background-color: rgb(75,209,183); }

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

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

 span { border-color: rgb(75,209,183); }

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