#48D1DB

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

Shades of Medium Turquoise #48D1DB

Tints of Medium Turquoise #48D1DB

Color information

#48D1DB (or 0x48D1DB) is unknown color: approx Medium Turquoise. HEX triplet: 48, D1 and DB. RGB value is (72,209,219). Sum of RGB (Red+Green+Blue) = 72+209+219=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #48D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D1DB is #B72E24. Grayscale: #A9A9A9. Windows color (decimal): -12004901 or 14405960. OLE color: 14405960.

HSL color Cylindrical-coordinate representation of color #48D1DB: hue angle of 184.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D1DB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72209219-
CMYK0.670.0500.14
HSL184.08º67.12%57.06%-
HSV(B)184.08º67.12%85.88%-
XYZ38.2652.0975.06-
YUV169.18156.1158.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.4%
GREEN value IS 209 (82.03% from 255) = 41.8%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=14.4%
G=41.8%
B=43.8%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722092190.670.0500.14184.0867.1257.06
Hex48D1DB4350Eb84339
Octal110321333103501627010371
Binary10010001101000111011011100001110101110101110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48D1DB; }

 p { color: rgb(72,209,219); }

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

<style>
 a { background-color: #48D1DB; }

 a { background-color: rgb(72,209,219); }

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

<style>
 span { border-color: #48D1DB; }

 span { border-color: rgb(72,209,219); }

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