#4BD0BA

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

Shades of Medium Turquoise #4BD0BA

Tints of Medium Turquoise #4BD0BA

Color information

#4BD0BA (or 0x4BD0BA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D0 and BA. RGB value is (75,208,186). Sum of RGB (Red+Green+Blue) = 75+208+186=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0BA is #B42F45. Grayscale: #A5A5A5. Windows color (decimal): -11808582 or 12243019. OLE color: 12243019.

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

Color convert

RGB75208186-
CMYK0.6400.110.18
HSL170.08º58.59%55.49%-
HSV(B)170.08º63.94%81.57%-
XYZ34.3250.1554.33-
YUV165.72139.4463.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.99%
GREEN value IS 208 (81.64% from 255) = 44.35%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=15.99%
G=44.35%
B=39.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752081860.6400.110.18170.0858.5955.49
Hex4BD0BA400B12aa3b37
Octal113320272100013222527367
Binary100101111010000101110101000000010111001010101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,186); }

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

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

 a { background-color: rgb(75,208,186); }

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

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

 span { border-color: rgb(75,208,186); }

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