#48F9DF

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

Shades of Turquoise #48F9DF

Tints of Turquoise #48F9DF

Color information

#48F9DF (or 0x48F9DF) is unknown color: approx Turquoise. HEX triplet: 48, F9 and DF. RGB value is (72,249,223). Sum of RGB (Red+Green+Blue) = 72+249+223=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #48F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F9DF is #B70620. Grayscale: #C1C1C1. Windows color (decimal): -11994657 or 14678344. OLE color: 14678344.

HSL color Cylindrical-coordinate representation of color #48F9DF: hue angle of 171.19º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F9DF is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB72249223-
CMYK0.7100.100.02
HSL171.19º93.65%62.94%-
HSV(B)171.19º71.08%97.65%-
XYZ49.8774.4681.56-
YUV193.11144.8641.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.24%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=13.24%
G=45.77%
B=40.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722492230.7100.100.02171.1993.6562.94
Hex48F9DF470A2ab5e3f
Octal110371337107012225313677
Binary1001000111110011101111110001110101010101010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,249,223); }

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

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

 a { background-color: rgb(72,249,223); }

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

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

 span { border-color: rgb(72,249,223); }

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