Shades of Turquoise #42E2F3
Tints of Turquoise #42E2F3
RGB
CMYK
RGB Variations
Color information
#42E2F3 (or 0x42E2F3) is known color: Turquoise. HEX triplet: 42, E2 and F3. RGB value is (66,226,243). Sum of RGB (Red+Green+Blue) = 66+226+243=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #42E2F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2F3 is #BD1D0C. Grayscale: #B3B3B3. Windows color (decimal): -12393741 or 15983170. OLE color: 15983170.
HSL color Cylindrical-coordinate representation of color #42E2F3: hue angle of 185.76º 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 #42E2F3 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 226 | 243 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.05 |
| HSL | 185.76º | 0.88% | 0.61% | - |
| HSV(B) | 185.76º | 0.73% | 0.95% | - |
| XYZ | 45.62 | 62.02 | 94.36 | - |
| YUV | 180.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 243 | 0.73 | 0.07 | 0 | 0.05 | 185.76 | 0.88 | 0.61 |
| Hex | 42 | E2 | F3 | 49 | 7 | 0 | 5 | BA | 58 | 3D |
| Octal | 102 | 342 | 363 | 111 | 7 | 0 | 5 | 272 | 130 | 75 |
| Binary | 1000010 | 11100010 | 11110011 | 1001001 | 111 | 0 | 101 | 10111010 | 1011000 | 111101 |
Color Harmonies of #42E2F3
Complementary color
Monochromatic Colors of #42E2F3
Black with #42E2F3
Text Example
Text Example
White with #42E2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2F3; }
p { color: rgb(66,226,243); }
H1.HeaderClassName
{
color: #42E2F3;
}
.AnyTagClassName
{
color: #42E2F3;
}
</style>
background-color css
<style>
a { background-color: #42E2F3; }
a { background-color: rgb(66,226,243); }
div.DivClassName
{
background-color: #42E2F3;
}
.BgClassName
{
background-color: #42E2F3;
}
</style>
border-color css
<style>
span { border-color: #42E2F3; }
span { border-color: rgb(66,226,243); }
td.TdClassName
{
border-color: #42E2F3;
}
.TagClassName
{
border-color: #42E2F3;
}
</style>