Shades of Turquoise #42F3E5
Tints of Turquoise #42F3E5
RGB
CMYK
RGB Variations
Color information
#42F3E5 (or 0x42F3E5) is known color: Turquoise. HEX triplet: 42, F3 and E5. RGB value is (66,243,229). Sum of RGB (Red+Green+Blue) = 66+243+229=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3E5 is #BD0C1A. Grayscale: #BCBCBC. Windows color (decimal): -12389403 or 15070018. OLE color: 15070018.
HSL color Cylindrical-coordinate representation of color #42F3E5: hue angle of 175.25º 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 #42F3E5 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 229 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.05 |
| HSL | 175.25º | 0.88% | 0.61% | - |
| HSV(B) | 175.25º | 0.73% | 0.95% | - |
| XYZ | 48.44 | 70.92 | 85.26 | - |
| YUV | 188.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 229 | 0.73 | 0 | 0.06 | 0.05 | 175.25 | 0.88 | 0.61 |
| Hex | 42 | F3 | E5 | 49 | 0 | 6 | 5 | AF | 58 | 3D |
| Octal | 102 | 363 | 345 | 111 | 0 | 6 | 5 | 257 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11100101 | 1001001 | 0 | 110 | 101 | 10101111 | 1011000 | 111101 |
Color Harmonies of #42F3E5
Complementary color
Monochromatic Colors of #42F3E5
Black with #42F3E5
Text Example
Text Example
White with #42F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3E5; }
p { color: rgb(66,243,229); }
H1.HeaderClassName
{
color: #42F3E5;
}
.AnyTagClassName
{
color: #42F3E5;
}
</style>
background-color css
<style>
a { background-color: #42F3E5; }
a { background-color: rgb(66,243,229); }
div.DivClassName
{
background-color: #42F3E5;
}
.BgClassName
{
background-color: #42F3E5;
}
</style>
border-color css
<style>
span { border-color: #42F3E5; }
span { border-color: rgb(66,243,229); }
td.TdClassName
{
border-color: #42F3E5;
}
.TagClassName
{
border-color: #42F3E5;
}
</style>