Shades of Turquoise #42F3DB
Tints of Turquoise #42F3DB
RGB
CMYK
RGB Variations
Color information
#42F3DB (or 0x42F3DB) is known color: Turquoise. HEX triplet: 42, F3 and DB. RGB value is (66,243,219). Sum of RGB (Red+Green+Blue) = 66+243+219=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3DB is #BD0C24. Grayscale: #BBBBBB. Windows color (decimal): -12389413 or 14414658. OLE color: 14414658.
HSL color Cylindrical-coordinate representation of color #42F3DB: hue angle of 171.86º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3DB is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 219 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.05 |
| HSL | 171.86º | 0.88% | 0.61% | - |
| HSV(B) | 171.86º | 0.73% | 0.95% | - |
| XYZ | 47.08 | 70.37 | 78.12 | - |
| YUV | 187.34 | 145.86 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 219 | 0.73 | 0 | 0.10 | 0.05 | 171.86 | 0.88 | 0.61 |
| Hex | 42 | F3 | DB | 49 | 0 | A | 5 | AC | 58 | 3D |
| Octal | 102 | 363 | 333 | 111 | 0 | 12 | 5 | 254 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11011011 | 1001001 | 0 | 1010 | 101 | 10101100 | 1011000 | 111101 |
Color Harmonies of #42F3DB
Complementary color
Monochromatic Colors of #42F3DB
Black with #42F3DB
Text Example
Text Example
White with #42F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3DB; }
p { color: rgb(66,243,219); }
H1.HeaderClassName
{
color: #42F3DB;
}
.AnyTagClassName
{
color: #42F3DB;
}
</style>
background-color css
<style>
a { background-color: #42F3DB; }
a { background-color: rgb(66,243,219); }
div.DivClassName
{
background-color: #42F3DB;
}
.BgClassName
{
background-color: #42F3DB;
}
</style>
border-color css
<style>
span { border-color: #42F3DB; }
span { border-color: rgb(66,243,219); }
td.TdClassName
{
border-color: #42F3DB;
}
.TagClassName
{
border-color: #42F3DB;
}
</style>