Shades of Turquoise #3AFCE6
Tints of Turquoise #3AFCE6
RGB
CMYK
RGB Variations
Color information
#3AFCE6 (or 0x3AFCE6) is known color: Turquoise. HEX triplet: 3A, FC and E6. RGB value is (58,252,230). Sum of RGB (Red+Green+Blue) = 58+252+230=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFCE6 is #C50319. Grayscale: #BFBFBF. Windows color (decimal): -12911386 or 15137850. OLE color: 15137850.
HSL color Cylindrical-coordinate representation of color #3AFCE6: hue angle of 173.2º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFCE6 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 230 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.01 |
| HSL | 173.2º | 0.97% | 0.61% | - |
| HSV(B) | 173.2º | 0.77% | 0.99% | - |
| XYZ | 50.84 | 76.23 | 86.9 | - |
| YUV | 191.49 | 149.73 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 230 | 0.77 | 0 | 0.09 | 0.01 | 173.2 | 0.97 | 0.61 |
| Hex | 3A | FC | E6 | 4D | 0 | 9 | 1 | AD | 61 | 3D |
| Octal | 72 | 374 | 346 | 115 | 0 | 11 | 1 | 255 | 141 | 75 |
| Binary | 111010 | 11111100 | 11100110 | 1001101 | 0 | 1001 | 1 | 10101101 | 1100001 | 111101 |
Color Harmonies of #3AFCE6
Complementary color
Monochromatic Colors of #3AFCE6
Black with #3AFCE6
Text Example
Text Example
White with #3AFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCE6; }
p { color: rgb(58,252,230); }
H1.HeaderClassName
{
color: #3AFCE6;
}
.AnyTagClassName
{
color: #3AFCE6;
}
</style>
background-color css
<style>
a { background-color: #3AFCE6; }
a { background-color: rgb(58,252,230); }
div.DivClassName
{
background-color: #3AFCE6;
}
.BgClassName
{
background-color: #3AFCE6;
}
</style>
border-color css
<style>
span { border-color: #3AFCE6; }
span { border-color: rgb(58,252,230); }
td.TdClassName
{
border-color: #3AFCE6;
}
.TagClassName
{
border-color: #3AFCE6;
}
</style>