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