#48CCE9

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

Shades of Medium Turquoise #48CCE9

Tints of Medium Turquoise #48CCE9

Color information

#48CCE9 (or 0x48CCE9) is unknown color: approx Medium Turquoise. HEX triplet: 48, CC and E9. RGB value is (72,204,233). Sum of RGB (Red+Green+Blue) = 72+204+233=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #48CCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CCE9 is #B73316. Grayscale: #A7A7A7. Windows color (decimal): -12006167 or 15322184. OLE color: 15322184.

HSL color Cylindrical-coordinate representation of color #48CCE9: hue angle of 190.81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48CCE9 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB72204233-
CMYK0.690.1200.09
HSL190.81º78.54%59.8%-
HSV(B)190.81º69.1%91.37%-
XYZ38.9750.4584.77-
YUV167.84164.7759.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.15%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=14.15%
G=40.08%
B=45.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722042330.690.1200.09190.8178.5459.8
Hex48CCE945C09bf4f3c
Octal1103143511051401127711774
Binary100100011001100111010011000101110001001101111111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,233); }

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

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

 a { background-color: rgb(72,204,233); }

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

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

 span { border-color: rgb(72,204,233); }

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