#48D2D5

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

Shades of Medium Turquoise #48D2D5

Tints of Medium Turquoise #48D2D5

Color information

#48D2D5 (or 0x48D2D5) is unknown color: approx Medium Turquoise. HEX triplet: 48, D2 and D5. RGB value is (72,210,213). Sum of RGB (Red+Green+Blue) = 72+210+213=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #48D2D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2D5 is #B72D2A. Grayscale: #A8A8A8. Windows color (decimal): -12004651 or 14013000. OLE color: 14013000.

HSL color Cylindrical-coordinate representation of color #48D2D5: hue angle of 181.28º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D2D5 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72210213-
CMYK0.660.0100.16
HSL181.28º62.67%55.88%-
HSV(B)181.28º66.2%83.53%-
XYZ37.7352.2871.05-
YUV169.08152.7858.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.55%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=14.55%
G=42.42%
B=43.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722102130.660.0100.16181.2862.6755.88
Hex48D2D5421010b53f38
Octal11032232510210202657770
Binary100100011010010110101011000010101000010110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,213); }

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

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

 a { background-color: rgb(72,210,213); }

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

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

 span { border-color: rgb(72,210,213); }

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