Html Css Color HEX #40DDFB Turquoise

📋 copy color: '#40DDFB'

red 64 ◦ green 221 ◦ blue 251

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

Shades of Turquoise #40DDFB

Tints of Turquoise #40DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 11.94%
G = 41.23%
B = 46.83%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40DDFB (or 0x40DDFB) is known color: Turquoise. HEX triplet: 40, DD and FB. RGB value is (64,221,251). Sum of RGB (Red+Green+Blue) = 64+221+251=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #40DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDFB is #BF2204. Grayscale: #B1B1B1. Windows color (decimal): -12526085 or 16506176. OLE color: 16506176.

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

Color convert

RGB 64 221 251 -
CMYK 0.75 0.12 0 0.02
HSL 189.63º 0.96% 0.62% -
HSV(B) 189.63º 0.75% 0.98% -
XYZ 45.38 59.77 100.41 -
YUV 177.48 169.49 47.06 -
System Red Green Blue C M Y K H S L
Decimal 64 221 251 0.75 0.12 0 0.02 189.63 0.96 0.62
Hex 40 DD FB 4B C 0 2 BE 60 3E
Octal 100 335 373 113 14 0 2 276 140 76
Binary 1000000 11011101 11111011 1001011 1100 0 10 10111110 1100000 111110

Color Harmonies of #40DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDFB

Black with #40DDFB

Text Example


Text Example

White with #40DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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