#48DAD2

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

Shades of Turquoise #48DAD2

Tints of Turquoise #48DAD2

Color information

#48DAD2 (or 0x48DAD2) is unknown color: approx Turquoise. HEX triplet: 48, DA and D2. RGB value is (72,218,210). Sum of RGB (Red+Green+Blue) = 72+218+210=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DAD2 is #B7252D. Grayscale: #ADADAD. Windows color (decimal): -12002606 or 13818440. OLE color: 13818440.

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

Color convert

RGB72218210-
CMYK0.6700.040.15
HSL176.71º66.36%56.86%-
HSV(B)176.71º66.97%85.49%-
XYZ39.3856.1769.74-
YUV173.43148.6355.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.4%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 210 (82.42% from 255) = 42%
R=14.4%
G=43.6%
B=42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722182100.6700.040.15176.7166.3656.86
Hex48DAD24304Fb14239
Octal110332322103041726110271
Binary10010001101101011010010100001101001111101100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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