Shades of Turquoise #3AFCCD
Tints of Turquoise #3AFCCD
RGB
CMYK
RGB Variations
Color information
#3AFCCD (or 0x3AFCCD) is known color: Turquoise. HEX triplet: 3A, FC and CD. RGB value is (58,252,205). Sum of RGB (Red+Green+Blue) = 58+252+205=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCCD is #C50332. Grayscale: #BCBCBC. Windows color (decimal): -12911411 or 13499450. OLE color: 13499450.
HSL color Cylindrical-coordinate representation of color #3AFCCD: hue angle of 165.46º 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 #3AFCCD is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 205 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.01 |
| HSL | 165.46º | 0.97% | 0.61% | - |
| HSV(B) | 165.46º | 0.77% | 0.99% | - |
| XYZ | 47.57 | 74.93 | 69.71 | - |
| YUV | 188.64 | 137.23 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 205 | 0.77 | 0 | 0.19 | 0.01 | 165.46 | 0.97 | 0.61 |
| Hex | 3A | FC | CD | 4D | 0 | 13 | 1 | A5 | 61 | 3D |
| Octal | 72 | 374 | 315 | 115 | 0 | 23 | 1 | 245 | 141 | 75 |
| Binary | 111010 | 11111100 | 11001101 | 1001101 | 0 | 10011 | 1 | 10100101 | 1100001 | 111101 |
Color Harmonies of #3AFCCD
Complementary color
Monochromatic Colors of #3AFCCD
Black with #3AFCCD
Text Example
Text Example
White with #3AFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCCD; }
p { color: rgb(58,252,205); }
H1.HeaderClassName
{
color: #3AFCCD;
}
.AnyTagClassName
{
color: #3AFCCD;
}
</style>
background-color css
<style>
a { background-color: #3AFCCD; }
a { background-color: rgb(58,252,205); }
div.DivClassName
{
background-color: #3AFCCD;
}
.BgClassName
{
background-color: #3AFCCD;
}
</style>
border-color css
<style>
span { border-color: #3AFCCD; }
span { border-color: rgb(58,252,205); }
td.TdClassName
{
border-color: #3AFCCD;
}
.TagClassName
{
border-color: #3AFCCD;
}
</style>