#48CBC6

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

Shades of Medium Turquoise #48CBC6

Tints of Medium Turquoise #48CBC6

Color information

#48CBC6 (or 0x48CBC6) is unknown color: approx Medium Turquoise. HEX triplet: 48, CB and C6. RGB value is (72,203,198). Sum of RGB (Red+Green+Blue) = 72+203+198=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #48CBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBC6 is #B73439. Grayscale: #A3A3A3. Windows color (decimal): -12006458 or 13028168. OLE color: 13028168.

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

Color convert

RGB72203198-
CMYK0.6500.020.20
HSL177.71º55.74%53.92%-
HSV(B)177.71º64.53%79.61%-
XYZ34.2248.1760.92-
YUV163.26147.662.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=15.22%
G=42.92%
B=41.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722031980.6500.020.20177.7155.7453.92
Hex48CBC6410214b23836
Octal11031330610102242627066
Binary1001000110010111100011010000010101010010110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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