Shades of Turquoise #42EFF9
Tints of Turquoise #42EFF9
RGB
CMYK
RGB Variations
Color information
#42EFF9 (or 0x42EFF9) is known color: Turquoise. HEX triplet: 42, EF and F9. RGB value is (66,239,249). Sum of RGB (Red+Green+Blue) = 66+239+249=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #42EFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFF9 is #BD1006. Grayscale: #BCBCBC. Windows color (decimal): -12390407 or 16379714. OLE color: 16379714.
HSL color Cylindrical-coordinate representation of color #42EFF9: hue angle of 183.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42EFF9 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 239 | 249 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.02 |
| HSL | 183.28º | 0.94% | 0.62% | - |
| HSV(B) | 183.28º | 0.73% | 0.98% | - |
| XYZ | 50.21 | 69.73 | 100.44 | - |
| YUV | 188.41 | 162.19 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 249 | 0.73 | 0.04 | 0 | 0.02 | 183.28 | 0.94 | 0.62 |
| Hex | 42 | EF | F9 | 49 | 4 | 0 | 2 | B7 | 5E | 3E |
| Octal | 102 | 357 | 371 | 111 | 4 | 0 | 2 | 267 | 136 | 76 |
| Binary | 1000010 | 11101111 | 11111001 | 1001001 | 100 | 0 | 10 | 10110111 | 1011110 | 111110 |
Color Harmonies of #42EFF9
Complementary color
Monochromatic Colors of #42EFF9
Black with #42EFF9
Text Example
Text Example
White with #42EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFF9; }
p { color: rgb(66,239,249); }
H1.HeaderClassName
{
color: #42EFF9;
}
.AnyTagClassName
{
color: #42EFF9;
}
</style>
background-color css
<style>
a { background-color: #42EFF9; }
a { background-color: rgb(66,239,249); }
div.DivClassName
{
background-color: #42EFF9;
}
.BgClassName
{
background-color: #42EFF9;
}
</style>
border-color css
<style>
span { border-color: #42EFF9; }
span { border-color: rgb(66,239,249); }
td.TdClassName
{
border-color: #42EFF9;
}
.TagClassName
{
border-color: #42EFF9;
}
</style>