#48CDD1

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

Shades of Medium Turquoise #48CDD1

Tints of Medium Turquoise #48CDD1

Color information

#48CDD1 (or 0x48CDD1) is unknown color: approx Medium Turquoise. HEX triplet: 48, CD and D1. RGB value is (72,205,209). Sum of RGB (Red+Green+Blue) = 72+205+209=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #48CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDD1 is #B7322E. Grayscale: #A5A5A5. Windows color (decimal): -12005935 or 13749576. OLE color: 13749576.

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

Color convert

RGB72205209-
CMYK0.660.0200.18
HSL181.75º59.83%55.1%-
HSV(B)181.75º65.55%81.96%-
XYZ36.0149.6468.01-
YUV165.69152.4461.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.81%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=14.81%
G=42.18%
B=43.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722052090.660.0200.18181.7559.8355.1
Hex48CDD1422012b63c37
Octal11031532110220222667467
Binary1001000110011011101000110000101001001010110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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