#48DBC0

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

Shades of Turquoise #48DBC0

Tints of Turquoise #48DBC0

Color information

#48DBC0 (or 0x48DBC0) is unknown color: approx Turquoise. HEX triplet: 48, DB and C0. RGB value is (72,219,192). Sum of RGB (Red+Green+Blue) = 72+219+192=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBC0 is #B7243F. Grayscale: #ABABAB. Windows color (decimal): -12002368 or 12639048. OLE color: 12639048.

HSL color Cylindrical-coordinate representation of color #48DBC0: hue angle of 168.98º degrees, saturation: 0.67, 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 #48DBC0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB72219192-
CMYK0.6700.120.14
HSL168.98º67.12%57.06%-
HSV(B)168.98º67.12%85.88%-
XYZ37.5255.8558.67-
YUV171.97139.356.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.91%
GREEN value IS 219 (85.94% from 255) = 45.34%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=14.91%
G=45.34%
B=39.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722191920.6700.120.14168.9867.1257.06
Hex48DBC0430CEa94339
Octal1103333001030141625110371
Binary100100011011011110000001000011011001110101010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,219,192); }

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

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

 a { background-color: rgb(72,219,192); }

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

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

 span { border-color: rgb(72,219,192); }

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