Shades of Turquoise #42DDF8
Tints of Turquoise #42DDF8
RGB
CMYK
RGB Variations
Color information
#42DDF8 (or 0x42DDF8) is known color: Turquoise. HEX triplet: 42, DD and F8. RGB value is (66,221,248). Sum of RGB (Red+Green+Blue) = 66+221+248=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #42DDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDF8 is #BD2207. Grayscale: #B1B1B1. Windows color (decimal): -12395016 or 16309570. OLE color: 16309570.
HSL color Cylindrical-coordinate representation of color #42DDF8: hue angle of 188.9º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DDF8 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 221 | 248 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.03 |
| HSL | 188.9º | 0.93% | 0.62% | - |
| HSV(B) | 188.9º | 0.73% | 0.97% | - |
| XYZ | 45.05 | 59.65 | 97.95 | - |
| YUV | 177.73 | 167.65 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 248 | 0.73 | 0.11 | 0 | 0.03 | 188.9 | 0.93 | 0.62 |
| Hex | 42 | DD | F8 | 49 | B | 0 | 3 | BD | 5D | 3E |
| Octal | 102 | 335 | 370 | 111 | 13 | 0 | 3 | 275 | 135 | 76 |
| Binary | 1000010 | 11011101 | 11111000 | 1001001 | 1011 | 0 | 11 | 10111101 | 1011101 | 111110 |
Color Harmonies of #42DDF8
Complementary color
Monochromatic Colors of #42DDF8
Black with #42DDF8
Text Example
Text Example
White with #42DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDF8; }
p { color: rgb(66,221,248); }
H1.HeaderClassName
{
color: #42DDF8;
}
.AnyTagClassName
{
color: #42DDF8;
}
</style>
background-color css
<style>
a { background-color: #42DDF8; }
a { background-color: rgb(66,221,248); }
div.DivClassName
{
background-color: #42DDF8;
}
.BgClassName
{
background-color: #42DDF8;
}
</style>
border-color css
<style>
span { border-color: #42DDF8; }
span { border-color: rgb(66,221,248); }
td.TdClassName
{
border-color: #42DDF8;
}
.TagClassName
{
border-color: #42DDF8;
}
</style>