#46DADB

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

Shades of Turquoise #46DADB

Tints of Turquoise #46DADB

Color information

#46DADB (or 0x46DADB) is unknown color: approx Turquoise. HEX triplet: 46, DA and DB. RGB value is (70,218,219). Sum of RGB (Red+Green+Blue) = 70+218+219=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #46DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DADB is #B92524. Grayscale: #ADADAD. Windows color (decimal): -12133669 or 14408262. OLE color: 14408262.

HSL color Cylindrical-coordinate representation of color #46DADB: hue angle of 180.4º 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 #46DADB is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70218219-
CMYK0.680.0000.14
HSL180.4º67.42%56.67%-
HSV(B)180.4º68.04%85.88%-
XYZ40.3856.5675.81-
YUV173.86153.4753.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.81%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=13.81%
G=43.00%
B=43.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702182190.680.0000.14180.467.4256.67
Hex46DADB4400Eb44339
Octal106332333104001626410371
Binary100011011011010110110111000100001110101101001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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