Shades of Turquoise #3AFCDD
Tints of Turquoise #3AFCDD
RGB
CMYK
RGB Variations
Color information
#3AFCDD (or 0x3AFCDD) is known color: Turquoise. HEX triplet: 3A, FC and DD. RGB value is (58,252,221). Sum of RGB (Red+Green+Blue) = 58+252+221=531 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.92% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCDD is #C50322. Grayscale: #BEBEBE. Windows color (decimal): -12911395 or 14548026. OLE color: 14548026.
HSL color Cylindrical-coordinate representation of color #3AFCDD: hue angle of 170.41º 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 #3AFCDD is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 221 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.01 |
| HSL | 170.41º | 0.97% | 0.61% | - |
| HSV(B) | 170.41º | 0.77% | 0.99% | - |
| XYZ | 49.61 | 75.74 | 80.41 | - |
| YUV | 190.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 221 | 0.77 | 0 | 0.12 | 0.01 | 170.41 | 0.97 | 0.61 |
| Hex | 3A | FC | DD | 4D | 0 | C | 1 | AA | 61 | 3D |
| Octal | 72 | 374 | 335 | 115 | 0 | 14 | 1 | 252 | 141 | 75 |
| Binary | 111010 | 11111100 | 11011101 | 1001101 | 0 | 1100 | 1 | 10101010 | 1100001 | 111101 |
Color Harmonies of #3AFCDD
Complementary color
Monochromatic Colors of #3AFCDD
Black with #3AFCDD
Text Example
Text Example
White with #3AFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCDD; }
p { color: rgb(58,252,221); }
H1.HeaderClassName
{
color: #3AFCDD;
}
.AnyTagClassName
{
color: #3AFCDD;
}
</style>
background-color css
<style>
a { background-color: #3AFCDD; }
a { background-color: rgb(58,252,221); }
div.DivClassName
{
background-color: #3AFCDD;
}
.BgClassName
{
background-color: #3AFCDD;
}
</style>
border-color css
<style>
span { border-color: #3AFCDD; }
span { border-color: rgb(58,252,221); }
td.TdClassName
{
border-color: #3AFCDD;
}
.TagClassName
{
border-color: #3AFCDD;
}
</style>