#48DCBD

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

Shades of Turquoise #48DCBD

Tints of Turquoise #48DCBD

Color information

#48DCBD (or 0x48DCBD) is unknown color: approx Turquoise. HEX triplet: 48, DC and BD. RGB value is (72,220,189). Sum of RGB (Red+Green+Blue) = 72+220+189=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCBD is #B72342. Grayscale: #ACACAC. Windows color (decimal): -12002115 or 12442696. OLE color: 12442696.

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

Color convert

RGB72220189-
CMYK0.6700.140.14
HSL167.43º67.89%57.25%-
HSV(B)167.43º67.27%86.27%-
XYZ37.4556.2457.03-
YUV172.21137.4756.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.97%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=14.97%
G=45.74%
B=39.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722201890.6700.140.14167.4367.8957.25
Hex48DCBD430EEa74439
Octal1103342751030161624710471
Binary100100011011100101111011000011011101110101001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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