#4BD0B9

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

Shades of Medium Turquoise #4BD0B9

Tints of Medium Turquoise #4BD0B9

Color information

#4BD0B9 (or 0x4BD0B9) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D0 and B9. RGB value is (75,208,185). Sum of RGB (Red+Green+Blue) = 75+208+185=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0B9 is #B42F46. Grayscale: #A5A5A5. Windows color (decimal): -11808583 or 12177483. OLE color: 12177483.

HSL color Cylindrical-coordinate representation of color #4BD0B9: hue angle of 169.62º 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 #4BD0B9 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB75208185-
CMYK0.6400.110.18
HSL169.62º58.59%55.49%-
HSV(B)169.62º63.94%81.57%-
XYZ34.2150.1153.77-
YUV165.61138.9463.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.03%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=16.03%
G=44.44%
B=39.53%

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
Decimal752081850.6400.110.18169.6258.5955.49
Hex4BD0B9400B12aa3b37
Octal113320271100013222527367
Binary100101111010000101110011000000010111001010101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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