#4BD4D0

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

Shades of Medium Turquoise #4BD4D0

Tints of Medium Turquoise #4BD4D0

Color information

#4BD4D0 (or 0x4BD4D0) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D4 and D0. RGB value is (75,212,208). Sum of RGB (Red+Green+Blue) = 75+212+208=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD4D0 is #B42B2F. Grayscale: #AAAAAA. Windows color (decimal): -11807536 or 13685835. OLE color: 13685835.

HSL color Cylindrical-coordinate representation of color #4BD4D0: hue angle of 178.25º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD4D0 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB75212208-
CMYK0.6500.020.17
HSL178.25º61.43%56.27%-
HSV(B)178.25º64.62%83.14%-
XYZ37.8353.1467.94-
YUV170.58149.1159.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.15%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=15.15%
G=42.83%
B=42.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752122080.6500.020.17178.2561.4356.27
Hex4BD4D0410211b23d38
Octal11332432010102212627570
Binary1001011110101001101000010000010101000110110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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