Shades of Turquoise #3AFEEF
Tints of Turquoise #3AFEEF
RGB
CMYK
RGB Variations
Color information
#3AFEEF (or 0x3AFEEF) is known color: Turquoise. HEX triplet: 3A, FE and EF. RGB value is (58,254,239). Sum of RGB (Red+Green+Blue) = 58+254+239=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEEF is #C50110. Grayscale: #C1C1C1. Windows color (decimal): -12910865 or 15728186. OLE color: 15728186.
HSL color Cylindrical-coordinate representation of color #3AFEEF: hue angle of 175.41º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEEF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 239 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.00 |
| HSL | 175.41º | 0.99% | 0.61% | - |
| HSV(B) | 175.41º | 0.77% | 1% | - |
| XYZ | 52.77 | 78.02 | 93.94 | - |
| YUV | 193.69 | 153.57 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 239 | 0.77 | 0 | 0.06 | 0.00 | 175.41 | 0.99 | 0.61 |
| Hex | 3A | FE | EF | 4D | 0 | 6 | 0 | AF | 63 | 3D |
| Octal | 72 | 376 | 357 | 115 | 0 | 6 | 0 | 257 | 143 | 75 |
| Binary | 111010 | 11111110 | 11101111 | 1001101 | 0 | 110 | 0 | 10101111 | 1100011 | 111101 |
Color Harmonies of #3AFEEF
Complementary color
Monochromatic Colors of #3AFEEF
Black with #3AFEEF
Text Example
Text Example
White with #3AFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEEF; }
p { color: rgb(58,254,239); }
H1.HeaderClassName
{
color: #3AFEEF;
}
.AnyTagClassName
{
color: #3AFEEF;
}
</style>
background-color css
<style>
a { background-color: #3AFEEF; }
a { background-color: rgb(58,254,239); }
div.DivClassName
{
background-color: #3AFEEF;
}
.BgClassName
{
background-color: #3AFEEF;
}
</style>
border-color css
<style>
span { border-color: #3AFEEF; }
span { border-color: rgb(58,254,239); }
td.TdClassName
{
border-color: #3AFEEF;
}
.TagClassName
{
border-color: #3AFEEF;
}
</style>