Html Css Color HEX #46DBFB Turquoise Blue

📋 copy color: '#46DBFB'

red 70 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #46DBFB

Tints of Turquoise Blue #46DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 12.96%
G = 40.56%
B = 46.48%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#46DBFB (or 0x46DBFB) is known color: Turquoise Blue. HEX triplet: 46, DB and FB. RGB value is (70,219,251). Sum of RGB (Red+Green+Blue) = 70+219+251=540 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.96% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #46DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBFB is #B92404. Grayscale: #B1B1B1. Windows color (decimal): -12133381 or 16505670. OLE color: 16505670.

HSL color Cylindrical-coordinate representation of color #46DBFB: hue angle of 190.61º degrees, saturation: 0.96, 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 #46DBFB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 219 251 -
CMYK 0.72 0.13 0 0.02
HSL 190.61º 0.96% 0.63% -
HSV(B) 190.61º 0.72% 0.98% -
XYZ 45.27 58.93 100.26 -
YUV 178.1 169.14 50.9 -
System Red Green Blue C M Y K H S L
Decimal 70 219 251 0.72 0.13 0 0.02 190.61 0.96 0.63
Hex 46 DB FB 48 D 0 2 BF 60 3F
Octal 106 333 373 110 15 0 2 277 140 77
Binary 1000110 11011011 11111011 1001000 1101 0 10 10111111 1100000 111111

Color Harmonies of #46DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBFB

Black with #46DBFB

Text Example


Text Example

White with #46DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,219,251); }

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

background-color css

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

 a { background-color: rgb(70,219,251); }

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

border-color css

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

 span { border-color: rgb(70,219,251); }

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