#4BD8DE

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

Shades of Medium Turquoise #4BD8DE

Tints of Medium Turquoise #4BD8DE

Color information

#4BD8DE (or 0x4BD8DE) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D8 and DE. RGB value is (75,216,222). Sum of RGB (Red+Green+Blue) = 75+216+222=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BD8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD8DE is #B42721. Grayscale: #AEAEAE. Windows color (decimal): -11806498 or 14604363. OLE color: 14604363.

HSL color Cylindrical-coordinate representation of color #4BD8DE: hue angle of 182.45º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BD8DE is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75216222-
CMYK0.660.0300.13
HSL182.45º69.01%58.24%-
HSV(B)182.45º66.22%87.06%-
XYZ40.6455.8877.75-
YUV174.52154.7957.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.62%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=14.62%
G=42.11%
B=43.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752162220.660.0300.13182.4569.0158.24
Hex4BD8DE4230Db6453a
Octal113330336102301526610572
Binary1001011110110001101111010000101101101101101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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