#4BD8D6

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

Shades of Medium Turquoise #4BD8D6

Tints of Medium Turquoise #4BD8D6

Color information

#4BD8D6 (or 0x4BD8D6) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D8 and D6. RGB value is (75,216,214). Sum of RGB (Red+Green+Blue) = 75+216+214=505 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.85% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD8D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD8D6 is #B42729. Grayscale: #ADADAD. Windows color (decimal): -11806506 or 14080075. OLE color: 14080075.

HSL color Cylindrical-coordinate representation of color #4BD8D6: hue angle of 179.15º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD8D6 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB75216214-
CMYK0.6500.010.15
HSL179.15º64.38%57.06%-
HSV(B)179.15º65.28%84.71%-
XYZ39.655.4672.24-
YUV173.61150.7957.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.85%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=14.85%
G=42.77%
B=42.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752162140.6500.010.15179.1564.3857.06
Hex4BD8D64101Fb34039
Octal113330326101011726310071
Binary100101111011000110101101000001011111101100111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,216,214); }

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

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

 a { background-color: rgb(75,216,214); }

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

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

 span { border-color: rgb(75,216,214); }

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