Shades of Turquoise #3AF5ED
Tints of Turquoise #3AF5ED
RGB
CMYK
RGB Variations
Color information
#3AF5ED (or 0x3AF5ED) is known color: Turquoise. HEX triplet: 3A, F5 and ED. RGB value is (58,245,237). Sum of RGB (Red+Green+Blue) = 58+245+237=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF5ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF5ED is #C50A12. Grayscale: #BCBCBC. Windows color (decimal): -12913171 or 15594810. OLE color: 15594810.
HSL color Cylindrical-coordinate representation of color #3AF5ED: hue angle of 177.43º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF5ED is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 237 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.04 |
| HSL | 177.43º | 0.9% | 0.59% | - |
| HSV(B) | 177.43º | 0.76% | 0.96% | - |
| XYZ | 49.68 | 72.32 | 91.46 | - |
| YUV | 188.18 | 155.55 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 237 | 0.76 | 0 | 0.03 | 0.04 | 177.43 | 0.9 | 0.59 |
| Hex | 3A | F5 | ED | 4C | 0 | 3 | 4 | B1 | 5A | 3B |
| Octal | 72 | 365 | 355 | 114 | 0 | 3 | 4 | 261 | 132 | 73 |
| Binary | 111010 | 11110101 | 11101101 | 1001100 | 0 | 11 | 100 | 10110001 | 1011010 | 111011 |
Color Harmonies of #3AF5ED
Complementary color
Monochromatic Colors of #3AF5ED
Black with #3AF5ED
Text Example
Text Example
White with #3AF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF5ED; }
p { color: rgb(58,245,237); }
H1.HeaderClassName
{
color: #3AF5ED;
}
.AnyTagClassName
{
color: #3AF5ED;
}
</style>
background-color css
<style>
a { background-color: #3AF5ED; }
a { background-color: rgb(58,245,237); }
div.DivClassName
{
background-color: #3AF5ED;
}
.BgClassName
{
background-color: #3AF5ED;
}
</style>
border-color css
<style>
span { border-color: #3AF5ED; }
span { border-color: rgb(58,245,237); }
td.TdClassName
{
border-color: #3AF5ED;
}
.TagClassName
{
border-color: #3AF5ED;
}
</style>