Html Css Color HEX #40DCFF Turquoise Blue

📋 copy color: '#40DCFF'

red 64 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #40DCFF

Tints of Turquoise Blue #40DCFF

RGB

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

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

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

R = 11.87%
G = 40.82%
B = 47.31%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#40DCFF (or 0x40DCFF) is known color: Turquoise Blue. HEX triplet: 40, DC and FF. RGB value is (64,220,255). Sum of RGB (Red+Green+Blue) = 64+220+255=539 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.87% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCFF is #BF2300. Grayscale: #B1B1B1. Windows color (decimal): -12526337 or 16768064. OLE color: 16768064.

HSL color Cylindrical-coordinate representation of color #40DCFF: hue angle of 190.99º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DCFF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 220 255 -
CMYK 0.75 0.14 0 0
HSL 190.99º 1% 0.63% -
HSV(B) 190.99º 0.75% 1% -
XYZ 45.76 59.5 103.68 -
YUV 177.35 171.82 47.15 -
System Red Green Blue C M Y K H S L
Decimal 64 220 255 0.75 0.14 0 0 190.99 1 0.63
Hex 40 DC FF 4B E 0 0 BF 64 3F
Octal 100 334 377 113 16 0 0 277 144 77
Binary 1000000 11011100 11111111 1001011 1110 0 0 10111111 1100100 111111

Color Harmonies of #40DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCFF

Black with #40DCFF

Text Example


Text Example

White with #40DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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