#46CCDD

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

Shades of Medium Turquoise #46CCDD

Tints of Medium Turquoise #46CCDD

Color information

#46CCDD (or 0x46CCDD) is unknown color: approx Medium Turquoise. HEX triplet: 46, CC and DD. RGB value is (70,204,221). Sum of RGB (Red+Green+Blue) = 70+204+221=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #46CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCDD is #B93322. Grayscale: #A5A5A5. Windows color (decimal): -12137251 or 14535750. OLE color: 14535750.

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

Color convert

RGB70204221-
CMYK0.680.0800.13
HSL186.75º68.95%57.06%-
HSV(B)186.75º68.33%86.67%-
XYZ37.1749.7176.04-
YUV165.87159.1159.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=14.14%
G=41.21%
B=44.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702042210.680.0800.13186.7568.9557.06
Hex46CCDD4480Dbb4539
Octal1063143351041001527310571
Binary100011011001100110111011000100100001101101110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46CCDD; }

 p { color: rgb(70,204,221); }

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

<style>
 a { background-color: #46CCDD; }

 a { background-color: rgb(70,204,221); }

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

<style>
 span { border-color: #46CCDD; }

 span { border-color: rgb(70,204,221); }

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