Shades of Turquoise #3AFEED
Tints of Turquoise #3AFEED
RGB
CMYK
RGB Variations
Color information
#3AFEED (or 0x3AFEED) is known color: Turquoise. HEX triplet: 3A, FE and ED. RGB value is (58,254,237). Sum of RGB (Red+Green+Blue) = 58+254+237=549 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.56% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEED is #C50112. Grayscale: #C1C1C1. Windows color (decimal): -12910867 or 15597114. OLE color: 15597114.
HSL color Cylindrical-coordinate representation of color #3AFEED: hue angle of 174.8º 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 #3AFEED is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 237 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.00 |
| HSL | 174.8º | 0.99% | 0.61% | - |
| HSV(B) | 174.8º | 0.77% | 1% | - |
| XYZ | 52.47 | 77.9 | 92.39 | - |
| YUV | 193.46 | 152.57 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 237 | 0.77 | 0 | 0.07 | 0.00 | 174.8 | 0.99 | 0.61 |
| Hex | 3A | FE | ED | 4D | 0 | 7 | 0 | AF | 63 | 3D |
| Octal | 72 | 376 | 355 | 115 | 0 | 7 | 0 | 257 | 143 | 75 |
| Binary | 111010 | 11111110 | 11101101 | 1001101 | 0 | 111 | 0 | 10101111 | 1100011 | 111101 |
Color Harmonies of #3AFEED
Complementary color
Monochromatic Colors of #3AFEED
Black with #3AFEED
Text Example
Text Example
White with #3AFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEED; }
p { color: rgb(58,254,237); }
H1.HeaderClassName
{
color: #3AFEED;
}
.AnyTagClassName
{
color: #3AFEED;
}
</style>
background-color css
<style>
a { background-color: #3AFEED; }
a { background-color: rgb(58,254,237); }
div.DivClassName
{
background-color: #3AFEED;
}
.BgClassName
{
background-color: #3AFEED;
}
</style>
border-color css
<style>
span { border-color: #3AFEED; }
span { border-color: rgb(58,254,237); }
td.TdClassName
{
border-color: #3AFEED;
}
.TagClassName
{
border-color: #3AFEED;
}
</style>