#48C3DA

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

Shades of Medium Turquoise #48C3DA

Tints of Medium Turquoise #48C3DA

Color information

#48C3DA (or 0x48C3DA) is unknown color: approx Medium Turquoise. HEX triplet: 48, C3 and DA. RGB value is (72,195,218). Sum of RGB (Red+Green+Blue) = 72+195+218=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #48C3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3DA is #B73C25. Grayscale: #A0A0A0. Windows color (decimal): -12008486 or 14336840. OLE color: 14336840.

HSL color Cylindrical-coordinate representation of color #48C3DA: hue angle of 189.45º 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 #48C3DA is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72195218-
CMYK0.670.1100.15
HSL189.45º66.36%56.86%-
HSV(B)189.45º66.97%85.49%-
XYZ34.8445.4773.27-
YUV160.84160.2564.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.85%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=14.85%
G=40.21%
B=44.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721952180.670.1100.15189.4566.3656.86
Hex48C3DA43B0Fbd4239
Octal1103033321031301727510271
Binary100100011000011110110101000011101101111101111011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,218); }

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

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

 a { background-color: rgb(72,195,218); }

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

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

 span { border-color: rgb(72,195,218); }

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