#48D1B8

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

Shades of Medium Turquoise #48D1B8

Tints of Medium Turquoise #48D1B8

Color information

#48D1B8 (or 0x48D1B8) is unknown color: approx Medium Turquoise. HEX triplet: 48, D1 and B8. RGB value is (72,209,184). Sum of RGB (Red+Green+Blue) = 72+209+184=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #48D1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D1B8 is #B72E47. Grayscale: #A5A5A5. Windows color (decimal): -12004936 or 12112200. OLE color: 12112200.

HSL color Cylindrical-coordinate representation of color #48D1B8: hue angle of 169.05º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D1B8 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB72209184-
CMYK0.6600.120.18
HSL169.05º59.83%55.1%-
HSV(B)169.05º65.55%81.96%-
XYZ34.1250.4453.28-
YUV165.19138.6161.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 209 (82.03% from 255) = 44.95%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=15.48%
G=44.95%
B=39.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722091840.6600.120.18169.0559.8355.1
Hex48D1B8420C12a93c37
Octal110321270102014222517467
Binary100100011010001101110001000010011001001010101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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