#48D6D7

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

Shades of Medium Turquoise #48D6D7

Tints of Medium Turquoise #48D6D7

Color information

#48D6D7 (or 0x48D6D7) is unknown color: approx Medium Turquoise. HEX triplet: 48, D6 and D7. RGB value is (72,214,215). Sum of RGB (Red+Green+Blue) = 72+214+215=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #48D6D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D6D7 is #B72928. Grayscale: #ABABAB. Windows color (decimal): -12003625 or 14145096. OLE color: 14145096.

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

Color convert

RGB72214215-
CMYK0.670.0000.16
HSL180.42º64.13%56.27%-
HSV(B)180.42º66.51%84.31%-
XYZ38.9854.3872.73-
YUV171.66152.4656.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.37%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 215 (84.38% from 255) = 42.91%
R=14.37%
G=42.71%
B=42.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722142150.670.0000.16180.4264.1356.27
Hex48D6D7430010b44038
Octal110326327103002026410070
Binary1001000110101101101011110000110010000101101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,214,215); }

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

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

 a { background-color: rgb(72,214,215); }

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

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

 span { border-color: rgb(72,214,215); }

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