#46DFFF

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

Shades of Turquoise Blue #46DFFF

Tints of Turquoise Blue #46DFFF

Color information

#46DFFF (or 0x46DFFF) is unknown color: approx Turquoise Blue. HEX triplet: 46, DF and FF. RGB value is (70,223,255). Sum of RGB (Red+Green+Blue) = 70+223+255=548 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.77% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #46DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DFFF is #B92000. Grayscale: #B4B4B4. Windows color (decimal): -12132353 or 16768838. OLE color: 16768838.

HSL color Cylindrical-coordinate representation of color #46DFFF: hue angle of 190.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46DFFF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB70223255-
CMYK0.730.1300
HSL190.38º100%63.73%-
HSV(B)190.38º72.55%100%-
XYZ46.9661.3103.96-
YUV180.9169.8148.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.77%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 255 (100% from 255) = 46.53%
R=12.77%
G=40.69%
B=46.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702232550.730.1300190.3810063.73
Hex46DFFF49D00be6440
Octal1063373771111500276144100
Binary1000110110111111111111110010011101001011111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,223,255); }

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

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

 a { background-color: rgb(70,223,255); }

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

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

 span { border-color: rgb(70,223,255); }

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