#48CED6

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

Shades of Medium Turquoise #48CED6

Tints of Medium Turquoise #48CED6

Color information

#48CED6 (or 0x48CED6) is unknown color: approx Medium Turquoise. HEX triplet: 48, CE and D6. RGB value is (72,206,214). Sum of RGB (Red+Green+Blue) = 72+206+214=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #48CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CED6 is #B73129. Grayscale: #A6A6A6. Windows color (decimal): -12005674 or 14077512. OLE color: 14077512.

HSL color Cylindrical-coordinate representation of color #48CED6: hue angle of 183.38º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48CED6 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72206214-
CMYK0.660.0400.16
HSL183.38º63.39%56.08%-
HSV(B)183.38º66.36%83.92%-
XYZ36.8850.3871.4-
YUV166.85154.6160.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.63%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=14.63%
G=41.87%
B=43.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722062140.660.0400.16183.3863.3956.08
Hex48CED6424010b73f38
Octal11031632610240202677770
Binary10010001100111011010110100001010001000010110111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,214); }

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

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

 a { background-color: rgb(72,206,214); }

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

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

 span { border-color: rgb(72,206,214); }

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