Shades of Turquoise Blue #42DDFC
Tints of Turquoise Blue #42DDFC
RGB
CMYK
RGB Variations
Color information
#42DDFC (or 0x42DDFC) is known color: Turquoise Blue. HEX triplet: 42, DD and FC. RGB value is (66,221,252). Sum of RGB (Red+Green+Blue) = 66+221+252=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #42DDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDFC is #BD2203. Grayscale: #B1B1B1. Windows color (decimal): -12395012 or 16571714. OLE color: 16571714.
HSL color Cylindrical-coordinate representation of color #42DDFC: hue angle of 190º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DDFC is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 221 | 252 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.01 |
| HSL | 190º | 0.97% | 0.62% | - |
| HSV(B) | 190º | 0.74% | 0.99% | - |
| XYZ | 45.67 | 59.9 | 101.25 | - |
| YUV | 178.19 | 169.65 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 252 | 0.74 | 0.12 | 0 | 0.01 | 190 | 0.97 | 0.62 |
| Hex | 42 | DD | FC | 4A | C | 0 | 1 | BE | 61 | 3E |
| Octal | 102 | 335 | 374 | 112 | 14 | 0 | 1 | 276 | 141 | 76 |
| Binary | 1000010 | 11011101 | 11111100 | 1001010 | 1100 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #42DDFC
Complementary color
Monochromatic Colors of #42DDFC
Black with #42DDFC
Text Example
Text Example
White with #42DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDFC; }
p { color: rgb(66,221,252); }
H1.HeaderClassName
{
color: #42DDFC;
}
.AnyTagClassName
{
color: #42DDFC;
}
</style>
background-color css
<style>
a { background-color: #42DDFC; }
a { background-color: rgb(66,221,252); }
div.DivClassName
{
background-color: #42DDFC;
}
.BgClassName
{
background-color: #42DDFC;
}
</style>
border-color css
<style>
span { border-color: #42DDFC; }
span { border-color: rgb(66,221,252); }
td.TdClassName
{
border-color: #42DDFC;
}
.TagClassName
{
border-color: #42DDFC;
}
</style>