Html Css Color HEX #40DBFC Turquoise Blue

📋 copy color: '#40DBFC'

red 64 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #40DBFC

Tints of Turquoise Blue #40DBFC

RGB

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

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

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

R = 11.96%
G = 40.93%
B = 47.1%

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

#40DBFC (or 0x40DBFC) is known color: Turquoise Blue. HEX triplet: 40, DB and FC. RGB value is (64,219,252). Sum of RGB (Red+Green+Blue) = 64+219+252=535 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.96% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #40DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBFC is #BF2403. Grayscale: #B0B0B0. Windows color (decimal): -12526596 or 16571200. OLE color: 16571200.

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

Color convert

RGB 64 219 252 -
CMYK 0.75 0.13 0 0.01
HSL 190.53º 0.97% 0.62% -
HSV(B) 190.53º 0.75% 0.99% -
XYZ 45.02 58.78 101.07 -
YUV 176.42 170.65 47.82 -
System Red Green Blue C M Y K H S L
Decimal 64 219 252 0.75 0.13 0 0.01 190.53 0.97 0.62
Hex 40 DB FC 4B D 0 1 BF 61 3E
Octal 100 333 374 113 15 0 1 277 141 76
Binary 1000000 11011011 11111100 1001011 1101 0 1 10111111 1100001 111110

Color Harmonies of #40DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBFC

Black with #40DBFC

Text Example


Text Example

White with #40DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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