#48D1D2

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

Shades of Medium Turquoise #48D1D2

Tints of Medium Turquoise #48D1D2

Color information

#48D1D2 (or 0x48D1D2) is unknown color: approx Medium Turquoise. HEX triplet: 48, D1 and D2. RGB value is (72,209,210). Sum of RGB (Red+Green+Blue) = 72+209+210=491 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.66% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #48D1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D1D2 is #B72E2D. Grayscale: #A8A8A8. Windows color (decimal): -12004910 or 13816136. OLE color: 13816136.

HSL color Cylindrical-coordinate representation of color #48D1D2: hue angle of 180.43º degrees, saturation: 0.61, 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 #48D1D2 is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72209210-
CMYK0.660.0000.18
HSL180.43º60.53%55.29%-
HSV(B)180.43º65.71%82.35%-
XYZ37.1151.6368.98-
YUV168.15151.6159.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.66%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=14.66%
G=42.57%
B=42.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722092100.660.0000.18180.4360.5355.29
Hex48D1D2420012b43d37
Octal11032132210200222647567
Binary100100011010001110100101000010001001010110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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