#48F8DC

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

Shades of Turquoise #48F8DC

Tints of Turquoise #48F8DC

Color information

#48F8DC (or 0x48F8DC) is unknown color: approx Turquoise. HEX triplet: 48, F8 and DC. RGB value is (72,248,220). Sum of RGB (Red+Green+Blue) = 72+248+220=540 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.33% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #48F8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F8DC is #B70723. Grayscale: #C0C0C0. Windows color (decimal): -11994916 or 14481480. OLE color: 14481480.

HSL color Cylindrical-coordinate representation of color #48F8DC: hue angle of 170.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F8DC is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB72248220-
CMYK0.7100.110.03
HSL170.45º92.63%62.75%-
HSV(B)170.45º70.97%97.25%-
XYZ49.1673.6879.34-
YUV192.18143.6942.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.33%
GREEN value IS 248 (97.27% from 255) = 45.93%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=13.33%
G=45.93%
B=40.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722482200.7100.110.03170.4592.6362.75
Hex48F8DC470B3aa5d3f
Octal110370334107013325213577
Binary1001000111110001101110010001110101111101010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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