#48CABD

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

Shades of Medium Turquoise #48CABD

Tints of Medium Turquoise #48CABD

Color information

#48CABD (or 0x48CABD) is unknown color: approx Medium Turquoise. HEX triplet: 48, CA and BD. RGB value is (72,202,189). Sum of RGB (Red+Green+Blue) = 72+202+189=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #48CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CABD is #B73542. Grayscale: #A1A1A1. Windows color (decimal): -12006723 or 12438088. OLE color: 12438088.

HSL color Cylindrical-coordinate representation of color #48CABD: hue angle of 174º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CABD is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB72202189-
CMYK0.6400.060.21
HSL174º55.08%53.73%-
HSV(B)174º64.36%79.22%-
XYZ32.9847.2955.53-
YUV161.65143.4364.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.55%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=15.55%
G=43.63%
B=40.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021890.6400.060.2117455.0853.73
Hex48CABD400615ae3736
Octal11031227510006252566766
Binary10010001100101010111101100000001101010110101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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