Shades of Turquoise #3AE5FE
Tints of Turquoise #3AE5FE
RGB
CMYK
RGB Variations
Color information
#3AE5FE (or 0x3AE5FE) is known color: Turquoise. HEX triplet: 3A, E5 and FE. RGB value is (58,229,254). Sum of RGB (Red+Green+Blue) = 58+229+254=541 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.72% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AE5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AE5FE is #C51A01. Grayscale: #B4B4B4. Windows color (decimal): -12917250 or 16704826. OLE color: 16704826.
HSL color Cylindrical-coordinate representation of color #3AE5FE: hue angle of 187.65º 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 #3AE5FE is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 229 | 254 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.00 |
| HSL | 187.65º | 0.99% | 0.61% | - |
| HSV(B) | 187.65º | 0.77% | 1% | - |
| XYZ | 47.65 | 64.09 | 103.63 | - |
| YUV | 180.72 | 169.35 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 229 | 254 | 0.77 | 0.10 | 0 | 0.00 | 187.65 | 0.99 | 0.61 |
| Hex | 3A | E5 | FE | 4D | A | 0 | 0 | BC | 63 | 3D |
| Octal | 72 | 345 | 376 | 115 | 12 | 0 | 0 | 274 | 143 | 75 |
| Binary | 111010 | 11100101 | 11111110 | 1001101 | 1010 | 0 | 0 | 10111100 | 1100011 | 111101 |
Color Harmonies of #3AE5FE
Complementary color
Monochromatic Colors of #3AE5FE
Black with #3AE5FE
Text Example
Text Example
White with #3AE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE5FE; }
p { color: rgb(58,229,254); }
H1.HeaderClassName
{
color: #3AE5FE;
}
.AnyTagClassName
{
color: #3AE5FE;
}
</style>
background-color css
<style>
a { background-color: #3AE5FE; }
a { background-color: rgb(58,229,254); }
div.DivClassName
{
background-color: #3AE5FE;
}
.BgClassName
{
background-color: #3AE5FE;
}
</style>
border-color css
<style>
span { border-color: #3AE5FE; }
span { border-color: rgb(58,229,254); }
td.TdClassName
{
border-color: #3AE5FE;
}
.TagClassName
{
border-color: #3AE5FE;
}
</style>