Html Css Color HEX #46DDFF Turquoise Blue

📋 copy color: '#46DDFF'

red 70 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #46DDFF

Tints of Turquoise Blue #46DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

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

R = 12.82%
G = 40.48%
B = 46.7%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#46DDFF (or 0x46DDFF) is known color: Turquoise Blue. HEX triplet: 46, DD and FF. RGB value is (70,221,255). Sum of RGB (Red+Green+Blue) = 70+221+255=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #46DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DDFF is #B92200. Grayscale: #B3B3B3. Windows color (decimal): -12132865 or 16768326. OLE color: 16768326.

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

Color convert

RGB 70 221 255 -
CMYK 0.73 0.13 0 0
HSL 191.03º 1% 0.64% -
HSV(B) 191.03º 0.73% 1% -
XYZ 46.43 60.23 103.79 -
YUV 179.73 170.47 49.74 -
System Red Green Blue C M Y K H S L
Decimal 70 221 255 0.73 0.13 0 0 191.03 1 0.64
Hex 46 DD FF 49 D 0 0 BF 64 40
Octal 106 335 377 111 15 0 0 277 144 100
Binary 1000110 11011101 11111111 1001001 1101 0 0 10111111 1100100 1000000

Color Harmonies of #46DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDFF

Black with #46DDFF

Text Example


Text Example

White with #46DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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