#46CCDB

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

Shades of Medium Turquoise #46CCDB

Tints of Medium Turquoise #46CCDB

Color information

#46CCDB (or 0x46CCDB) is unknown color: approx Medium Turquoise. HEX triplet: 46, CC and DB. RGB value is (70,204,219). Sum of RGB (Red+Green+Blue) = 70+204+219=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #46CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCDB is #B93324. Grayscale: #A5A5A5. Windows color (decimal): -12137253 or 14404678. OLE color: 14404678.

HSL color Cylindrical-coordinate representation of color #46CCDB: hue angle of 186.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CCDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70204219-
CMYK0.680.0700.14
HSL186.04º67.42%56.67%-
HSV(B)186.04º68.04%85.88%-
XYZ36.949.674.65-
YUV165.64158.1159.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.20%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=14.20%
G=41.38%
B=44.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702042190.680.0700.14186.0467.4256.67
Hex46CCDB4470Eba4339
Octal106314333104701627210371
Binary10001101100110011011011100010011101110101110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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