Shades of Turquoise #42DECF
Tints of Turquoise #42DECF
RGB
CMYK
RGB Variations
Color information
#42DECF (or 0x42DECF) is known color: Turquoise. HEX triplet: 42, DE and CF. RGB value is (66,222,207). Sum of RGB (Red+Green+Blue) = 66+222+207=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #42DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DECF is #BD2130. Grayscale: #ADADAD. Windows color (decimal): -12394801 or 13622850. OLE color: 13622850.
HSL color Cylindrical-coordinate representation of color #42DECF: hue angle of 174.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DECF is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 207 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.13 |
| HSL | 174.23º | 0.7% | 0.56% | - |
| HSV(B) | 174.23º | 0.7% | 0.87% | - |
| XYZ | 39.63 | 57.91 | 68.12 | - |
| YUV | 173.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 207 | 0.70 | 0 | 0.07 | 0.13 | 174.23 | 0.7 | 0.56 |
| Hex | 42 | DE | CF | 46 | 0 | 7 | D | AE | 46 | 38 |
| Octal | 102 | 336 | 317 | 106 | 0 | 7 | 15 | 256 | 106 | 70 |
| Binary | 1000010 | 11011110 | 11001111 | 1000110 | 0 | 111 | 1101 | 10101110 | 1000110 | 111000 |
Color Harmonies of #42DECF
Complementary color
Monochromatic Colors of #42DECF
Black with #42DECF
Text Example
Text Example
White with #42DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DECF; }
p { color: rgb(66,222,207); }
H1.HeaderClassName
{
color: #42DECF;
}
.AnyTagClassName
{
color: #42DECF;
}
</style>
background-color css
<style>
a { background-color: #42DECF; }
a { background-color: rgb(66,222,207); }
div.DivClassName
{
background-color: #42DECF;
}
.BgClassName
{
background-color: #42DECF;
}
</style>
border-color css
<style>
span { border-color: #42DECF; }
span { border-color: rgb(66,222,207); }
td.TdClassName
{
border-color: #42DECF;
}
.TagClassName
{
border-color: #42DECF;
}
</style>