#48C3CD

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

Shades of Medium Turquoise #48C3CD

Tints of Medium Turquoise #48C3CD

Color information

#48C3CD (or 0x48C3CD) is unknown color: approx Medium Turquoise. HEX triplet: 48, C3 and CD. RGB value is (72,195,205). Sum of RGB (Red+Green+Blue) = 72+195+205=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #48C3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3CD is #B73C32. Grayscale: #9F9F9F. Windows color (decimal): -12008499 or 13484872. OLE color: 13484872.

HSL color Cylindrical-coordinate representation of color #48C3CD: hue angle of 184.51º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C3CD is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72195205-
CMYK0.650.0500.20
HSL184.51º57.08%54.31%-
HSV(B)184.51º64.88%80.39%-
XYZ33.2144.8264.66-
YUV159.36153.7565.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.25%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=15.25%
G=41.31%
B=43.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721952050.650.0500.20184.5157.0854.31
Hex48C3CD415014b93936
Octal11030331510150242717166
Binary10010001100001111001101100000110101010010111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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