#48dcc6

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

Shades of Turquoise #48DCC6

Tints of Turquoise #48DCC6

Color information

#48DCC6 (or 0x48DCC6) is unknown color: approx Turquoise. HEX triplet: 48, DC and C6. RGB value is (72,220,198). Sum of RGB (Red+Green+Blue) = 72+220+198=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCC6 is #B72339. Grayscale: #ADADAD. Windows color (decimal): -12002106 or 13032520. OLE color: 13032520.

HSL color Cylindrical-coordinate representation of color #48DCC6: hue angle of 171.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCC6 is Cyan = 0.67, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB72220198-
CMYK0.6700.10.14
HSL171.08º67.89%57.25%-
HSV(B)171.08º67.27%86.27%-
XYZ38.4656.6462.33-
YUV173.24141.9755.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.69%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=14.69%
G=44.90%
B=40.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722201980.6700.10.14171.0867.8957.25
Hex48DCC6430AEab4439
Octal1103343061030121625310471
Binary100100011011100110001101000011010101110101010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48dcc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,220,198); }

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

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

 a { background-color: rgb(72,220,198); }

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

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

 span { border-color: rgb(72,220,198); }

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