#48CED9

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

Shades of Medium Turquoise #48CED9

Tints of Medium Turquoise #48CED9

Color information

#48CED9 (or 0x48CED9) is unknown color: approx Medium Turquoise. HEX triplet: 48, CE and D9. RGB value is (72,206,217). Sum of RGB (Red+Green+Blue) = 72+206+217=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #48CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CED9 is #B73126. Grayscale: #A7A7A7. Windows color (decimal): -12005671 or 14274120. OLE color: 14274120.

HSL color Cylindrical-coordinate representation of color #48CED9: hue angle of 184.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CED9 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72206217-
CMYK0.670.0500.15
HSL184.55º65.61%56.67%-
HSV(B)184.55º66.82%85.1%-
XYZ37.2750.5373.43-
YUV167.19156.1160.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.55%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=14.55%
G=41.62%
B=43.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722062170.670.0500.15184.5565.6156.67
Hex48CED94350Fb94239
Octal110316331103501727110271
Binary10010001100111011011001100001110101111101110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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