Html Css Color HEX #40DCFD Turquoise Blue

📋 copy color: '#40DCFD'

red 64 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #40DCFD

Tints of Turquoise Blue #40DCFD

RGB

 RED value IS 64 (25.39% from 255) = 11.92%

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

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

R = 11.92%
G = 40.97%
B = 47.11%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40DCFD (or 0x40DCFD) is known color: Turquoise Blue. HEX triplet: 40, DC and FD. RGB value is (64,220,253). Sum of RGB (Red+Green+Blue) = 64+220+253=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #40DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCFD is #BF2302. Grayscale: #B0B0B0. Windows color (decimal): -12526339 or 16636992. OLE color: 16636992.

HSL color Cylindrical-coordinate representation of color #40DCFD: hue angle of 190.48º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DCFD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 220 253 -
CMYK 0.75 0.13 0 0.01
HSL 190.48º 0.98% 0.62% -
HSV(B) 190.48º 0.75% 0.99% -
XYZ 45.44 59.37 101.99 -
YUV 177.12 170.82 47.32 -
System Red Green Blue C M Y K H S L
Decimal 64 220 253 0.75 0.13 0 0.01 190.48 0.98 0.62
Hex 40 DC FD 4B D 0 1 BE 62 3E
Octal 100 334 375 113 15 0 1 276 142 76
Binary 1000000 11011100 11111101 1001011 1101 0 1 10111110 1100010 111110

Color Harmonies of #40DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCFD

Black with #40DCFD

Text Example


Text Example

White with #40DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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