Shades of Turquoise #42EEF3
Tints of Turquoise #42EEF3
RGB
CMYK
RGB Variations
Color information
#42EEF3 (or 0x42EEF3) is known color: Turquoise. HEX triplet: 42, EE and F3. RGB value is (66,238,243). Sum of RGB (Red+Green+Blue) = 66+238+243=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #42EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEF3 is #BD110C. Grayscale: #BABABA. Windows color (decimal): -12390669 or 15986242. OLE color: 15986242.
HSL color Cylindrical-coordinate representation of color #42EEF3: hue angle of 181.69º 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 #42EEF3 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 238 | 243 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.05 |
| HSL | 181.69º | 0.88% | 0.61% | - |
| HSV(B) | 181.69º | 0.73% | 0.95% | - |
| XYZ | 49 | 68.78 | 95.49 | - |
| YUV | 187.14 | 159.52 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 243 | 0.73 | 0.02 | 0 | 0.05 | 181.69 | 0.88 | 0.61 |
| Hex | 42 | EE | F3 | 49 | 2 | 0 | 5 | B6 | 58 | 3D |
| Octal | 102 | 356 | 363 | 111 | 2 | 0 | 5 | 266 | 130 | 75 |
| Binary | 1000010 | 11101110 | 11110011 | 1001001 | 10 | 0 | 101 | 10110110 | 1011000 | 111101 |
Color Harmonies of #42EEF3
Complementary color
Monochromatic Colors of #42EEF3
Black with #42EEF3
Text Example
Text Example
White with #42EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEF3; }
p { color: rgb(66,238,243); }
H1.HeaderClassName
{
color: #42EEF3;
}
.AnyTagClassName
{
color: #42EEF3;
}
</style>
background-color css
<style>
a { background-color: #42EEF3; }
a { background-color: rgb(66,238,243); }
div.DivClassName
{
background-color: #42EEF3;
}
.BgClassName
{
background-color: #42EEF3;
}
</style>
border-color css
<style>
span { border-color: #42EEF3; }
span { border-color: rgb(66,238,243); }
td.TdClassName
{
border-color: #42EEF3;
}
.TagClassName
{
border-color: #42EEF3;
}
</style>