#48C0C7

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

Shades of Medium Turquoise #48C0C7

Tints of Medium Turquoise #48C0C7

Color information

#48C0C7 (or 0x48C0C7) is unknown color: approx Medium Turquoise. HEX triplet: 48, C0 and C7. RGB value is (72,192,199). Sum of RGB (Red+Green+Blue) = 72+192+199=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #48C0C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0C7 is #B73F38. Grayscale: #9C9C9C. Windows color (decimal): -12009273 or 13090888. OLE color: 13090888.

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

Color convert

RGB72192199-
CMYK0.640.0400.22
HSL183.31º53.14%53.14%-
HSV(B)183.31º63.82%78.04%-
XYZ31.8343.260.69-
YUV156.92151.7467.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.55%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=15.55%
G=41.47%
B=42.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721921990.640.0400.22183.3153.1453.14
Hex48C0C7404016b73535
Octal11030030710040262676565
Binary10010001100000011000111100000010001011010110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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