Shades of Turquoise Blue #42DDF9
Tints of Turquoise Blue #42DDF9
RGB
CMYK
RGB Variations
Color information
#42DDF9 (or 0x42DDF9) is known color: Turquoise Blue. HEX triplet: 42, DD and F9. RGB value is (66,221,249). Sum of RGB (Red+Green+Blue) = 66+221+249=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #42DDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDF9 is #BD2206. Grayscale: #B1B1B1. Windows color (decimal): -12395015 or 16375106. OLE color: 16375106.
HSL color Cylindrical-coordinate representation of color #42DDF9: hue angle of 189.18º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DDF9 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 221 | 249 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.02 |
| HSL | 189.18º | 0.94% | 0.62% | - |
| HSV(B) | 189.18º | 0.73% | 0.98% | - |
| XYZ | 45.2 | 59.71 | 98.77 | - |
| YUV | 177.85 | 168.15 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 249 | 0.73 | 0.11 | 0 | 0.02 | 189.18 | 0.94 | 0.62 |
| Hex | 42 | DD | F9 | 49 | B | 0 | 2 | BD | 5E | 3E |
| Octal | 102 | 335 | 371 | 111 | 13 | 0 | 2 | 275 | 136 | 76 |
| Binary | 1000010 | 11011101 | 11111001 | 1001001 | 1011 | 0 | 10 | 10111101 | 1011110 | 111110 |
Color Harmonies of #42DDF9
Complementary color
Monochromatic Colors of #42DDF9
Black with #42DDF9
Text Example
Text Example
White with #42DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDF9; }
p { color: rgb(66,221,249); }
H1.HeaderClassName
{
color: #42DDF9;
}
.AnyTagClassName
{
color: #42DDF9;
}
</style>
background-color css
<style>
a { background-color: #42DDF9; }
a { background-color: rgb(66,221,249); }
div.DivClassName
{
background-color: #42DDF9;
}
.BgClassName
{
background-color: #42DDF9;
}
</style>
border-color css
<style>
span { border-color: #42DDF9; }
span { border-color: rgb(66,221,249); }
td.TdClassName
{
border-color: #42DDF9;
}
.TagClassName
{
border-color: #42DDF9;
}
</style>