#48F0DC

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

Shades of Turquoise #48F0DC

Tints of Turquoise #48F0DC

Color information

#48F0DC (or 0x48F0DC) is unknown color: approx Turquoise. HEX triplet: 48, F0 and DC. RGB value is (72,240,220). Sum of RGB (Red+Green+Blue) = 72+240+220=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #48F0DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F0DC is #B70F23. Grayscale: #BBBBBB. Windows color (decimal): -11996964 or 14479432. OLE color: 14479432.

HSL color Cylindrical-coordinate representation of color #48F0DC: hue angle of 172.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F0DC is Cyan = 0.7, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB72240220-
CMYK0.700.080.06
HSL172.86º84.85%61.18%-
HSV(B)172.86º70%94.12%-
XYZ46.7568.8778.54-
YUV187.49146.3445.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.53%
GREEN value IS 240 (94.14% from 255) = 45.11%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=13.53%
G=45.11%
B=41.35%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722402200.700.080.06172.8684.8561.18
Hex48F0DC46086ad553d
Octal110360334106010625512575
Binary10010001111000011011100100011001000110101011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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