#48CDE5

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

Shades of Medium Turquoise #48CDE5

Tints of Medium Turquoise #48CDE5

Color information

#48CDE5 (or 0x48CDE5) is unknown color: approx Medium Turquoise. HEX triplet: 48, CD and E5. RGB value is (72,205,229). Sum of RGB (Red+Green+Blue) = 72+205+229=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #48CDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDE5 is #B7321A. Grayscale: #A7A7A7. Windows color (decimal): -12005915 or 15060296. OLE color: 15060296.

HSL color Cylindrical-coordinate representation of color #48CDE5: hue angle of 189.17º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48CDE5 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72205229-
CMYK0.690.1000.10
HSL189.17º75.12%59.02%-
HSV(B)189.17º68.56%89.8%-
XYZ38.6550.781.88-
YUV167.97162.4459.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.23%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 229 (89.84% from 255) = 45.26%
R=14.23%
G=40.51%
B=45.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722052290.690.1000.10189.1775.1259.02
Hex48CDE545A0Abd4b3b
Octal1103153451051201227511373
Binary100100011001101111001011000101101001010101111011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,229); }

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

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

 a { background-color: rgb(72,205,229); }

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

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

 span { border-color: rgb(72,205,229); }

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