#48C3BE

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

Shades of Medium Turquoise #48C3BE

Tints of Medium Turquoise #48C3BE

Color information

#48C3BE (or 0x48C3BE) is unknown color: approx Medium Turquoise. HEX triplet: 48, C3 and BE. RGB value is (72,195,190). Sum of RGB (Red+Green+Blue) = 72+195+190=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3BE is #B73C41. Grayscale: #9D9D9D. Windows color (decimal): -12008514 or 12501832. OLE color: 12501832.

HSL color Cylindrical-coordinate representation of color #48C3BE: hue angle of 177.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C3BE is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB72195190-
CMYK0.6300.030.24
HSL177.56º50.62%52.35%-
HSV(B)177.56º63.08%76.47%-
XYZ31.4844.1355.57-
YUV157.65146.2566.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.75%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=15.75%
G=42.67%
B=41.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951900.6300.030.24177.5650.6252.35
Hex48C3BE3F0318b23334
Octal1103032767703302626364
Binary100100011000011101111101111110111100010110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,190); }

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

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

 a { background-color: rgb(72,195,190); }

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

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

 span { border-color: rgb(72,195,190); }

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