Shades of Turquoise #42DBF3
Tints of Turquoise #42DBF3
RGB
CMYK
RGB Variations
Color information
#42DBF3 (or 0x42DBF3) is known color: Turquoise. HEX triplet: 42, DB and F3. RGB value is (66,219,243). Sum of RGB (Red+Green+Blue) = 66+219+243=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #42DBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DBF3 is #BD240C. Grayscale: #AFAFAF. Windows color (decimal): -12395533 or 15981378. OLE color: 15981378.
HSL color Cylindrical-coordinate representation of color #42DBF3: hue angle of 188.14º 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 #42DBF3 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 219 | 243 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.05 |
| HSL | 188.14º | 0.88% | 0.61% | - |
| HSV(B) | 188.14º | 0.73% | 0.95% | - |
| XYZ | 43.76 | 58.29 | 93.74 | - |
| YUV | 175.99 | 165.81 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 243 | 0.73 | 0.10 | 0 | 0.05 | 188.14 | 0.88 | 0.61 |
| Hex | 42 | DB | F3 | 49 | A | 0 | 5 | BC | 58 | 3D |
| Octal | 102 | 333 | 363 | 111 | 12 | 0 | 5 | 274 | 130 | 75 |
| Binary | 1000010 | 11011011 | 11110011 | 1001001 | 1010 | 0 | 101 | 10111100 | 1011000 | 111101 |
Color Harmonies of #42DBF3
Complementary color
Monochromatic Colors of #42DBF3
Black with #42DBF3
Text Example
Text Example
White with #42DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBF3; }
p { color: rgb(66,219,243); }
H1.HeaderClassName
{
color: #42DBF3;
}
.AnyTagClassName
{
color: #42DBF3;
}
</style>
background-color css
<style>
a { background-color: #42DBF3; }
a { background-color: rgb(66,219,243); }
div.DivClassName
{
background-color: #42DBF3;
}
.BgClassName
{
background-color: #42DBF3;
}
</style>
border-color css
<style>
span { border-color: #42DBF3; }
span { border-color: rgb(66,219,243); }
td.TdClassName
{
border-color: #42DBF3;
}
.TagClassName
{
border-color: #42DBF3;
}
</style>