Html Css Color HEX #40DDFC Turquoise Blue

📋 copy color: '#40DDFC'

red 64 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #40DDFC

Tints of Turquoise Blue #40DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

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

R = 11.92%
G = 41.15%
B = 46.93%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40DDFC (or 0x40DDFC) is known color: Turquoise Blue. HEX triplet: 40, DD and FC. RGB value is (64,221,252). Sum of RGB (Red+Green+Blue) = 64+221+252=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #40DDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDFC is #BF2203. Grayscale: #B1B1B1. Windows color (decimal): -12526084 or 16571712. OLE color: 16571712.

HSL color Cylindrical-coordinate representation of color #40DDFC: hue angle of 189.89º degrees, saturation: 0.97, 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 #40DDFC is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 221 252 -
CMYK 0.75 0.12 0 0.01
HSL 189.89º 0.97% 0.62% -
HSV(B) 189.89º 0.75% 0.99% -
XYZ 45.54 59.83 101.24 -
YUV 177.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 64 221 252 0.75 0.12 0 0.01 189.89 0.97 0.62
Hex 40 DD FC 4B C 0 1 BE 61 3E
Octal 100 335 374 113 14 0 1 276 141 76
Binary 1000000 11011101 11111100 1001011 1100 0 1 10111110 1100001 111110

Color Harmonies of #40DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDFC

Black with #40DDFC

Text Example


Text Example

White with #40DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,252); }

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

background-color css

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

 a { background-color: rgb(64,221,252); }

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

border-color css

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

 span { border-color: rgb(64,221,252); }

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