#48C1C9

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

Shades of Medium Turquoise #48C1C9

Tints of Medium Turquoise #48C1C9

Color information

#48C1C9 (or 0x48C1C9) is unknown color: approx Medium Turquoise. HEX triplet: 48, C1 and C9. RGB value is (72,193,201). Sum of RGB (Red+Green+Blue) = 72+193+201=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #48C1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1C9 is #B73E36. Grayscale: #9D9D9D. Windows color (decimal): -12009015 or 13222216. OLE color: 13222216.

HSL color Cylindrical-coordinate representation of color #48C1C9: hue angle of 183.72º degrees, saturation: 0.54, 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 #48C1C9 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72193201-
CMYK0.640.0400.21
HSL183.72º54.43%53.53%-
HSV(B)183.72º64.18%78.82%-
XYZ32.2943.7362-
YUV157.73152.4166.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.45%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=15.45%
G=41.42%
B=43.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721932010.640.0400.21183.7254.4353.53
Hex48C1C9404015b83636
Octal11030131110040252706666
Binary10010001100000111001001100000010001010110111000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,193,201); }

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

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

 a { background-color: rgb(72,193,201); }

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

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

 span { border-color: rgb(72,193,201); }

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