#48CACB

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

Shades of Medium Turquoise #48CACB

Tints of Medium Turquoise #48CACB

Color information

#48CACB (or 0x48CACB) is unknown color: approx Medium Turquoise. HEX triplet: 48, CA and CB. RGB value is (72,202,203). Sum of RGB (Red+Green+Blue) = 72+202+203=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #48CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CACB is #B73534. Grayscale: #A3A3A3. Windows color (decimal): -12006709 or 13355592. OLE color: 13355592.

HSL color Cylindrical-coordinate representation of color #48CACB: hue angle of 180.46º degrees, saturation: 0.56, 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 #48CACB is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72202203-
CMYK0.650.0000.20
HSL180.46º55.74%53.92%-
HSV(B)180.46º64.53%79.61%-
XYZ34.5747.9363.93-
YUV163.24150.4362.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.09%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=15.09%
G=42.35%
B=42.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722022030.650.0000.20180.4655.7453.92
Hex48CACB410014b43836
Octal11031231310100242647066
Binary100100011001010110010111000001001010010110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,203); }

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

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

 a { background-color: rgb(72,202,203); }

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

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

 span { border-color: rgb(72,202,203); }

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