#48DDBF

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

Shades of Turquoise #48DDBF

Tints of Turquoise #48DDBF

Color information

#48DDBF (or 0x48DDBF) is unknown color: approx Turquoise. HEX triplet: 48, DD and BF. RGB value is (72,221,191). Sum of RGB (Red+Green+Blue) = 72+221+191=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDBF is #B72240. Grayscale: #ACACAC. Windows color (decimal): -12001857 or 12574024. OLE color: 12574024.

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

Color convert

RGB72221191-
CMYK0.6700.140.13
HSL167.92º68.66%57.45%-
HSV(B)167.92º67.42%86.67%-
XYZ37.9356.8558.26-
YUV173.03138.1455.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.88%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 191 (75% from 255) = 39.46%
R=14.88%
G=45.66%
B=39.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal722211910.6700.140.13167.9268.6657.45
Hex48DDBF430EDa84539
Octal1103352771030161525010571
Binary100100011011101101111111000011011101101101010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,221,191); }

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

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

 a { background-color: rgb(72,221,191); }

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

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

 span { border-color: rgb(72,221,191); }

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