Shades of Turquoise #42DDF3
Tints of Turquoise #42DDF3
RGB
CMYK
RGB Variations
Color information
#42DDF3 (or 0x42DDF3) is known color: Turquoise. HEX triplet: 42, DD and F3. RGB value is (66,221,243). Sum of RGB (Red+Green+Blue) = 66+221+243=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #42DDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDF3 is #BD220C. Grayscale: #B0B0B0. Windows color (decimal): -12395021 or 15981890. OLE color: 15981890.
HSL color Cylindrical-coordinate representation of color #42DDF3: hue angle of 187.46º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DDF3 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 221 | 243 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.05 |
| HSL | 187.46º | 0.88% | 0.61% | - |
| HSV(B) | 187.46º | 0.73% | 0.95% | - |
| XYZ | 44.28 | 59.34 | 93.91 | - |
| YUV | 177.16 | 165.15 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 243 | 0.73 | 0.09 | 0 | 0.05 | 187.46 | 0.88 | 0.61 |
| Hex | 42 | DD | F3 | 49 | 9 | 0 | 5 | BB | 58 | 3D |
| Octal | 102 | 335 | 363 | 111 | 11 | 0 | 5 | 273 | 130 | 75 |
| Binary | 1000010 | 11011101 | 11110011 | 1001001 | 1001 | 0 | 101 | 10111011 | 1011000 | 111101 |
Color Harmonies of #42DDF3
Complementary color
Monochromatic Colors of #42DDF3
Black with #42DDF3
Text Example
Text Example
White with #42DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDF3; }
p { color: rgb(66,221,243); }
H1.HeaderClassName
{
color: #42DDF3;
}
.AnyTagClassName
{
color: #42DDF3;
}
</style>
background-color css
<style>
a { background-color: #42DDF3; }
a { background-color: rgb(66,221,243); }
div.DivClassName
{
background-color: #42DDF3;
}
.BgClassName
{
background-color: #42DDF3;
}
</style>
border-color css
<style>
span { border-color: #42DDF3; }
span { border-color: rgb(66,221,243); }
td.TdClassName
{
border-color: #42DDF3;
}
.TagClassName
{
border-color: #42DDF3;
}
</style>