Html Css Color HEX #46DCFF Turquoise Blue

📋 copy color: '#46DCFF'

red 70 ◦ green 220 ◦ blue 255

#46DCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #46DCFF

Tints of Turquoise Blue #46DCFF

RGB

 RED value IS 70 (27.73% from 255) = 12.84%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 12.84%
G = 40.37%
B = 46.79%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#46DCFF (or 0x46DCFF) is known color: Turquoise Blue. HEX triplet: 46, DC and FF. RGB value is (70,220,255). Sum of RGB (Red+Green+Blue) = 70+220+255=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #46DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCFF is #B92300. Grayscale: #B2B2B2. Windows color (decimal): -12133121 or 16768070. OLE color: 16768070.

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

Color convert

RGB 70 220 255 -
CMYK 0.73 0.14 0 0
HSL 191.35º 1% 0.64% -
HSV(B) 191.35º 0.73% 1% -
XYZ 46.17 59.71 103.7 -
YUV 179.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 70 220 255 0.73 0.14 0 0 191.35 1 0.64
Hex 46 DC FF 49 E 0 0 BF 64 40
Octal 106 334 377 111 16 0 0 277 144 100
Binary 1000110 11011100 11111111 1001001 1110 0 0 10111111 1100100 1000000

Color Harmonies of #46DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DCFF

Black with #46DCFF

Text Example


Text Example

White with #46DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46DCFF;
 }
 .AnyTagClassName
 {
   color: #46DCFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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