Html Css Color HEX #46DBFC Turquoise Blue

📋 copy color: '#46DBFC'

red 70 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #46DBFC

Tints of Turquoise Blue #46DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 12.94%
G = 40.48%
B = 46.58%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#46DBFC (or 0x46DBFC) is known color: Turquoise Blue. HEX triplet: 46, DB and FC. RGB value is (70,219,252). Sum of RGB (Red+Green+Blue) = 70+219+252=541 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.94% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #46DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBFC is #B92403. Grayscale: #B1B1B1. Windows color (decimal): -12133380 or 16571206. OLE color: 16571206.

HSL color Cylindrical-coordinate representation of color #46DBFC: hue angle of 190.88º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46DBFC is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 219 252 -
CMYK 0.72 0.13 0 0.01
HSL 190.88º 0.97% 0.63% -
HSV(B) 190.88º 0.72% 0.99% -
XYZ 45.43 58.99 101.09 -
YUV 178.21 169.64 50.82 -
System Red Green Blue C M Y K H S L
Decimal 70 219 252 0.72 0.13 0 0.01 190.88 0.97 0.63
Hex 46 DB FC 48 D 0 1 BF 61 3F
Octal 106 333 374 110 15 0 1 277 141 77
Binary 1000110 11011011 11111100 1001000 1101 0 1 10111111 1100001 111111

Color Harmonies of #46DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBFC

Black with #46DBFC

Text Example


Text Example

White with #46DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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