#48D9D3

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

Shades of Medium Turquoise #48D9D3

Tints of Medium Turquoise #48D9D3

Color information

#48D9D3 (or 0x48D9D3) is unknown color: approx Medium Turquoise. HEX triplet: 48, D9 and D3. RGB value is (72,217,211). Sum of RGB (Red+Green+Blue) = 72+217+211=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D9D3 is #B7262C. Grayscale: #ACACAC. Windows color (decimal): -12002861 or 13883720. OLE color: 13883720.

HSL color Cylindrical-coordinate representation of color #48D9D3: hue angle of 177.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D9D3 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB72217211-
CMYK0.6700.030.15
HSL177.52º65.61%56.67%-
HSV(B)177.52º66.82%85.1%-
XYZ39.2455.7170.31-
YUV172.96149.4655.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.4%
GREEN value IS 217 (85.16% from 255) = 43.4%
BLUE value IS 211 (82.81% from 255) = 42.2%
R=14.4%
G=43.4%
B=42.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722172110.6700.030.15177.5265.6156.67
Hex48D9D34303Fb24239
Octal110331323103031726210271
Binary1001000110110011101001110000110111111101100101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,217,211); }

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

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

 a { background-color: rgb(72,217,211); }

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

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

 span { border-color: rgb(72,217,211); }

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