Html Css Color HEX #46DEFF Turquoise Blue

📋 copy color: '#46DEFF'

red 70 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #46DEFF

Tints of Turquoise Blue #46DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

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

R = 12.8%
G = 40.59%
B = 46.62%

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

#46DEFF (or 0x46DEFF) is known color: Turquoise Blue. HEX triplet: 46, DE and FF. RGB value is (70,222,255). Sum of RGB (Red+Green+Blue) = 70+222+255=547 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.80% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #46DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DEFF is #B92100. Grayscale: #B4B4B4. Windows color (decimal): -12132609 or 16768582. OLE color: 16768582.

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

Color convert

RGB 70 222 255 -
CMYK 0.73 0.13 0 0
HSL 190.7º 1% 0.64% -
HSV(B) 190.7º 0.73% 1% -
XYZ 46.7 60.76 103.88 -
YUV 180.31 170.14 49.32 -
System Red Green Blue C M Y K H S L
Decimal 70 222 255 0.73 0.13 0 0 190.7 1 0.64
Hex 46 DE FF 49 D 0 0 BF 64 40
Octal 106 336 377 111 15 0 0 277 144 100
Binary 1000110 11011110 11111111 1001001 1101 0 0 10111111 1100100 1000000

Color Harmonies of #46DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DEFF

Black with #46DEFF

Text Example


Text Example

White with #46DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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