Shades of Turquoise Blue #42DFFD
Tints of Turquoise Blue #42DFFD
RGB
CMYK
RGB Variations
Color information
#42DFFD (or 0x42DFFD) is known color: Turquoise Blue. HEX triplet: 42, DF and FD. RGB value is (66,223,253). Sum of RGB (Red+Green+Blue) = 66+223+253=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #42DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFFD is #BD2002. Grayscale: #B3B3B3. Windows color (decimal): -12394499 or 16637762. OLE color: 16637762.
HSL color Cylindrical-coordinate representation of color #42DFFD: hue angle of 189.63º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DFFD is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 223 | 253 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.01 |
| HSL | 189.63º | 0.98% | 0.63% | - |
| HSV(B) | 189.63º | 0.74% | 0.99% | - |
| XYZ | 46.36 | 61.03 | 102.26 | - |
| YUV | 179.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 253 | 0.74 | 0.12 | 0 | 0.01 | 189.63 | 0.98 | 0.63 |
| Hex | 42 | DF | FD | 4A | C | 0 | 1 | BE | 62 | 3F |
| Octal | 102 | 337 | 375 | 112 | 14 | 0 | 1 | 276 | 142 | 77 |
| Binary | 1000010 | 11011111 | 11111101 | 1001010 | 1100 | 0 | 1 | 10111110 | 1100010 | 111111 |
Color Harmonies of #42DFFD
Complementary color
Monochromatic Colors of #42DFFD
Black with #42DFFD
Text Example
Text Example
White with #42DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFFD; }
p { color: rgb(66,223,253); }
H1.HeaderClassName
{
color: #42DFFD;
}
.AnyTagClassName
{
color: #42DFFD;
}
</style>
background-color css
<style>
a { background-color: #42DFFD; }
a { background-color: rgb(66,223,253); }
div.DivClassName
{
background-color: #42DFFD;
}
.BgClassName
{
background-color: #42DFFD;
}
</style>
border-color css
<style>
span { border-color: #42DFFD; }
span { border-color: rgb(66,223,253); }
td.TdClassName
{
border-color: #42DFFD;
}
.TagClassName
{
border-color: #42DFFD;
}
</style>