Shades of Turquoise #3AEEFD
Tints of Turquoise #3AEEFD
RGB
CMYK
RGB Variations
Color information
#3AEEFD (or 0x3AEEFD) is known color: Turquoise. HEX triplet: 3A, EE and FD. RGB value is (58,238,253). Sum of RGB (Red+Green+Blue) = 58+238+253=549 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.56% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEFD is #C51102. Grayscale: #B9B9B9. Windows color (decimal): -12914947 or 16641594. OLE color: 16641594.
HSL color Cylindrical-coordinate representation of color #3AEEFD: hue angle of 184.62º degrees, saturation: 0.98, 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 #3AEEFD is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 238 | 253 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.01 |
| HSL | 184.62º | 0.98% | 0.61% | - |
| HSV(B) | 184.62º | 0.77% | 0.99% | - |
| XYZ | 50.05 | 69.14 | 103.64 | - |
| YUV | 185.89 | 165.87 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 253 | 0.77 | 0.06 | 0 | 0.01 | 184.62 | 0.98 | 0.61 |
| Hex | 3A | EE | FD | 4D | 6 | 0 | 1 | B9 | 62 | 3D |
| Octal | 72 | 356 | 375 | 115 | 6 | 0 | 1 | 271 | 142 | 75 |
| Binary | 111010 | 11101110 | 11111101 | 1001101 | 110 | 0 | 1 | 10111001 | 1100010 | 111101 |
Color Harmonies of #3AEEFD
Complementary color
Monochromatic Colors of #3AEEFD
Black with #3AEEFD
Text Example
Text Example
White with #3AEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEFD; }
p { color: rgb(58,238,253); }
H1.HeaderClassName
{
color: #3AEEFD;
}
.AnyTagClassName
{
color: #3AEEFD;
}
</style>
background-color css
<style>
a { background-color: #3AEEFD; }
a { background-color: rgb(58,238,253); }
div.DivClassName
{
background-color: #3AEEFD;
}
.BgClassName
{
background-color: #3AEEFD;
}
</style>
border-color css
<style>
span { border-color: #3AEEFD; }
span { border-color: rgb(58,238,253); }
td.TdClassName
{
border-color: #3AEEFD;
}
.TagClassName
{
border-color: #3AEEFD;
}
</style>