#46DFFA

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

Shades of Turquoise Blue #46DFFA

Tints of Turquoise Blue #46DFFA

Color information

#46DFFA (or 0x46DFFA) is unknown color: approx Turquoise Blue. HEX triplet: 46, DF and FA. RGB value is (70,223,250). Sum of RGB (Red+Green+Blue) = 70+223+250=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #46DFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DFFA is #B92005. Grayscale: #B4B4B4. Windows color (decimal): -12132358 or 16441158. OLE color: 16441158.

HSL color Cylindrical-coordinate representation of color #46DFFA: hue angle of 189º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46DFFA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70223250-
CMYK0.720.1100.02
HSL189º94.74%62.75%-
HSV(B)189º72%98.04%-
XYZ46.1760.9899.78-
YUV180.33167.3149.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.89%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=12.89%
G=41.07%
B=46.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702232500.720.1100.0218994.7462.75
Hex46DFFA48B02bd5f3f
Octal106337372110130227513777
Binary1000110110111111111101010010001011010101111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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