Shades of Turquoise #3AF9EE
Tints of Turquoise #3AF9EE
RGB
CMYK
RGB Variations
Color information
#3AF9EE (or 0x3AF9EE) is known color: Turquoise. HEX triplet: 3A, F9 and EE. RGB value is (58,249,238). Sum of RGB (Red+Green+Blue) = 58+249+238=545 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.64% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9EE is #C50611. Grayscale: #BEBEBE. Windows color (decimal): -12912146 or 15661370. OLE color: 15661370.
HSL color Cylindrical-coordinate representation of color #3AF9EE: hue angle of 176.54º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF9EE is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 238 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.02 |
| HSL | 176.54º | 0.94% | 0.6% | - |
| HSV(B) | 176.54º | 0.77% | 0.98% | - |
| XYZ | 51.05 | 74.82 | 92.64 | - |
| YUV | 190.64 | 154.72 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 238 | 0.77 | 0 | 0.04 | 0.02 | 176.54 | 0.94 | 0.6 |
| Hex | 3A | F9 | EE | 4D | 0 | 4 | 2 | B1 | 5E | 3C |
| Octal | 72 | 371 | 356 | 115 | 0 | 4 | 2 | 261 | 136 | 74 |
| Binary | 111010 | 11111001 | 11101110 | 1001101 | 0 | 100 | 10 | 10110001 | 1011110 | 111100 |
Color Harmonies of #3AF9EE
Complementary color
Monochromatic Colors of #3AF9EE
Black with #3AF9EE
Text Example
Text Example
White with #3AF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9EE; }
p { color: rgb(58,249,238); }
H1.HeaderClassName
{
color: #3AF9EE;
}
.AnyTagClassName
{
color: #3AF9EE;
}
</style>
background-color css
<style>
a { background-color: #3AF9EE; }
a { background-color: rgb(58,249,238); }
div.DivClassName
{
background-color: #3AF9EE;
}
.BgClassName
{
background-color: #3AF9EE;
}
</style>
border-color css
<style>
span { border-color: #3AF9EE; }
span { border-color: rgb(58,249,238); }
td.TdClassName
{
border-color: #3AF9EE;
}
.TagClassName
{
border-color: #3AF9EE;
}
</style>