Shades of Turquoise #40DDF3
Tints of Turquoise #40DDF3
RGB
CMYK
RGB Variations
Color information
#40DDF3 (or 0x40DDF3) is known color: Turquoise. HEX triplet: 40, DD and F3. RGB value is (64,221,243). Sum of RGB (Red+Green+Blue) = 64+221+243=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #40DDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDF3 is #BF220C. Grayscale: #B0B0B0. Windows color (decimal): -12526093 or 15981888. OLE color: 15981888.
HSL color Cylindrical-coordinate representation of color #40DDF3: hue angle of 187.37º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40DDF3 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 221 | 243 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.05 |
| HSL | 187.37º | 0.88% | 0.6% | - |
| HSV(B) | 187.37º | 0.74% | 0.95% | - |
| XYZ | 44.15 | 59.27 | 93.91 | - |
| YUV | 176.57 | 165.49 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 243 | 0.74 | 0.09 | 0 | 0.05 | 187.37 | 0.88 | 0.6 |
| Hex | 40 | DD | F3 | 4A | 9 | 0 | 5 | BB | 58 | 3C |
| Octal | 100 | 335 | 363 | 112 | 11 | 0 | 5 | 273 | 130 | 74 |
| Binary | 1000000 | 11011101 | 11110011 | 1001010 | 1001 | 0 | 101 | 10111011 | 1011000 | 111100 |
Color Harmonies of #40DDF3
Complementary color
Monochromatic Colors of #40DDF3
Black with #40DDF3
Text Example
Text Example
White with #40DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDF3; }
p { color: rgb(64,221,243); }
H1.HeaderClassName
{
color: #40DDF3;
}
.AnyTagClassName
{
color: #40DDF3;
}
</style>
background-color css
<style>
a { background-color: #40DDF3; }
a { background-color: rgb(64,221,243); }
div.DivClassName
{
background-color: #40DDF3;
}
.BgClassName
{
background-color: #40DDF3;
}
</style>
border-color css
<style>
span { border-color: #40DDF3; }
span { border-color: rgb(64,221,243); }
td.TdClassName
{
border-color: #40DDF3;
}
.TagClassName
{
border-color: #40DDF3;
}
</style>