Shades of Turquoise #3AEDFC
Tints of Turquoise #3AEDFC
RGB
CMYK
RGB Variations
Color information
#3AEDFC (or 0x3AEDFC) is known color: Turquoise. HEX triplet: 3A, ED and FC. RGB value is (58,237,252). Sum of RGB (Red+Green+Blue) = 58+237+252=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #3AEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDFC is #C51203. Grayscale: #B8B8B8. Windows color (decimal): -12915204 or 16575802. OLE color: 16575802.
HSL color Cylindrical-coordinate representation of color #3AEDFC: hue angle of 184.64º 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 #3AEDFC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 237 | 252 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.01 |
| HSL | 184.64º | 0.97% | 0.61% | - |
| HSV(B) | 184.64º | 0.77% | 0.99% | - |
| XYZ | 49.6 | 68.5 | 102.7 | - |
| YUV | 185.19 | 165.7 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 252 | 0.77 | 0.06 | 0 | 0.01 | 184.64 | 0.97 | 0.61 |
| Hex | 3A | ED | FC | 4D | 6 | 0 | 1 | B9 | 61 | 3D |
| Octal | 72 | 355 | 374 | 115 | 6 | 0 | 1 | 271 | 141 | 75 |
| Binary | 111010 | 11101101 | 11111100 | 1001101 | 110 | 0 | 1 | 10111001 | 1100001 | 111101 |
Color Harmonies of #3AEDFC
Complementary color
Monochromatic Colors of #3AEDFC
Black with #3AEDFC
Text Example
Text Example
White with #3AEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDFC; }
p { color: rgb(58,237,252); }
H1.HeaderClassName
{
color: #3AEDFC;
}
.AnyTagClassName
{
color: #3AEDFC;
}
</style>
background-color css
<style>
a { background-color: #3AEDFC; }
a { background-color: rgb(58,237,252); }
div.DivClassName
{
background-color: #3AEDFC;
}
.BgClassName
{
background-color: #3AEDFC;
}
</style>
border-color css
<style>
span { border-color: #3AEDFC; }
span { border-color: rgb(58,237,252); }
td.TdClassName
{
border-color: #3AEDFC;
}
.TagClassName
{
border-color: #3AEDFC;
}
</style>