Shades of Turquoise #42DAF6
Tints of Turquoise #42DAF6
RGB
CMYK
RGB Variations
Color information
#42DAF6 (or 0x42DAF6) is known color: Turquoise. HEX triplet: 42, DA and F6. RGB value is (66,218,246). Sum of RGB (Red+Green+Blue) = 66+218+246=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #42DAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DAF6 is #BD2509. Grayscale: #AFAFAF. Windows color (decimal): -12395786 or 16177730. OLE color: 16177730.
HSL color Cylindrical-coordinate representation of color #42DAF6: hue angle of 189.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DAF6 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 218 | 246 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.04 |
| HSL | 189.33º | 0.91% | 0.61% | - |
| HSV(B) | 189.33º | 0.73% | 0.96% | - |
| XYZ | 43.95 | 57.95 | 96.06 | - |
| YUV | 175.74 | 167.64 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 246 | 0.73 | 0.11 | 0 | 0.04 | 189.33 | 0.91 | 0.61 |
| Hex | 42 | DA | F6 | 49 | B | 0 | 4 | BD | 5B | 3D |
| Octal | 102 | 332 | 366 | 111 | 13 | 0 | 4 | 275 | 133 | 75 |
| Binary | 1000010 | 11011010 | 11110110 | 1001001 | 1011 | 0 | 100 | 10111101 | 1011011 | 111101 |
Color Harmonies of #42DAF6
Complementary color
Monochromatic Colors of #42DAF6
Black with #42DAF6
Text Example
Text Example
White with #42DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DAF6; }
p { color: rgb(66,218,246); }
H1.HeaderClassName
{
color: #42DAF6;
}
.AnyTagClassName
{
color: #42DAF6;
}
</style>
background-color css
<style>
a { background-color: #42DAF6; }
a { background-color: rgb(66,218,246); }
div.DivClassName
{
background-color: #42DAF6;
}
.BgClassName
{
background-color: #42DAF6;
}
</style>
border-color css
<style>
span { border-color: #42DAF6; }
span { border-color: rgb(66,218,246); }
td.TdClassName
{
border-color: #42DAF6;
}
.TagClassName
{
border-color: #42DAF6;
}
</style>