#48D2DE

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

Shades of Medium Turquoise #48D2DE

Tints of Medium Turquoise #48D2DE

Color information

#48D2DE (or 0x48D2DE) is unknown color: approx Medium Turquoise. HEX triplet: 48, D2 and DE. RGB value is (72,210,222). Sum of RGB (Red+Green+Blue) = 72+210+222=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #48D2DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2DE is #B72D21. Grayscale: #A9A9A9. Windows color (decimal): -12004642 or 14602824. OLE color: 14602824.

HSL color Cylindrical-coordinate representation of color #48D2DE: hue angle of 184.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D2DE is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB72210222-
CMYK0.680.0500.13
HSL184.8º69.44%57.65%-
HSV(B)184.8º67.57%87.06%-
XYZ38.952.7477.24-
YUV170.11157.2858.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.29%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=14.29%
G=41.67%
B=44.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal722102220.680.0500.13184.869.4457.65
Hex48D2DE4450Db9453a
Octal110322336104501527110572
Binary10010001101001011011110100010010101101101110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,222); }

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

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

 a { background-color: rgb(72,210,222); }

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

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

 span { border-color: rgb(72,210,222); }

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