#48C8BD

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

Shades of Medium Turquoise #48C8BD

Tints of Medium Turquoise #48C8BD

Color information

#48C8BD (or 0x48C8BD) is unknown color: approx Medium Turquoise. HEX triplet: 48, C8 and BD. RGB value is (72,200,189). Sum of RGB (Red+Green+Blue) = 72+200+189=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #48C8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8BD is #B73742. Grayscale: #A0A0A0. Windows color (decimal): -12007235 or 12437576. OLE color: 12437576.

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

Color convert

RGB72200189-
CMYK0.6400.060.22
HSL174.84º53.78%53.33%-
HSV(B)174.84º64%78.43%-
XYZ32.5146.3655.38-
YUV160.47144.0964.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.62%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=15.62%
G=43.38%
B=41.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal722001890.6400.060.22174.8453.7853.33
Hex48C8BD400616af3635
Octal11031027510006262576665
Binary10010001100100010111101100000001101011010101111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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