Html Css Color HEX #46DCFD Turquoise Blue

📋 copy color: '#46DCFD'

red 70 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #46DCFD

Tints of Turquoise Blue #46DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 12.89%
G = 40.52%
B = 46.59%

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

#46DCFD (or 0x46DCFD) is known color: Turquoise Blue. HEX triplet: 46, DC and FD. RGB value is (70,220,253). Sum of RGB (Red+Green+Blue) = 70+220+253=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #46DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCFD is #B92302. Grayscale: #B2B2B2. Windows color (decimal): -12133123 or 16636998. OLE color: 16636998.

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

Color convert

RGB 70 220 253 -
CMYK 0.72 0.13 0 0.01
HSL 190.82º 0.98% 0.63% -
HSV(B) 190.82º 0.72% 0.99% -
XYZ 45.85 59.58 102.01 -
YUV 178.91 169.81 50.32 -
System Red Green Blue C M Y K H S L
Decimal 70 220 253 0.72 0.13 0 0.01 190.82 0.98 0.63
Hex 46 DC FD 48 D 0 1 BF 62 3F
Octal 106 334 375 110 15 0 1 277 142 77
Binary 1000110 11011100 11111101 1001000 1101 0 1 10111111 1100010 111111

Color Harmonies of #46DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DCFD

Black with #46DCFD

Text Example


Text Example

White with #46DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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