Shades of Turquoise #3ADEFE
Tints of Turquoise #3ADEFE
RGB
CMYK
RGB Variations
Color information
#3ADEFE (or 0x3ADEFE) is known color: Turquoise. HEX triplet: 3A, DE and FE. RGB value is (58,222,254). Sum of RGB (Red+Green+Blue) = 58+222+254=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #3ADEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADEFE is #C52101. Grayscale: #B0B0B0. Windows color (decimal): -12919042 or 16703034. OLE color: 16703034.
HSL color Cylindrical-coordinate representation of color #3ADEFE: hue angle of 189.8º 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 #3ADEFE is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 222 | 254 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.00 |
| HSL | 189.8º | 0.99% | 0.61% | - |
| HSV(B) | 189.8º | 0.77% | 1% | - |
| XYZ | 45.76 | 60.3 | 102.99 | - |
| YUV | 176.61 | 171.67 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 254 | 0.77 | 0.13 | 0 | 0.00 | 189.8 | 0.99 | 0.61 |
| Hex | 3A | DE | FE | 4D | D | 0 | 0 | BE | 63 | 3D |
| Octal | 72 | 336 | 376 | 115 | 15 | 0 | 0 | 276 | 143 | 75 |
| Binary | 111010 | 11011110 | 11111110 | 1001101 | 1101 | 0 | 0 | 10111110 | 1100011 | 111101 |
Color Harmonies of #3ADEFE
Complementary color
Monochromatic Colors of #3ADEFE
Black with #3ADEFE
Text Example
Text Example
White with #3ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEFE; }
p { color: rgb(58,222,254); }
H1.HeaderClassName
{
color: #3ADEFE;
}
.AnyTagClassName
{
color: #3ADEFE;
}
</style>
background-color css
<style>
a { background-color: #3ADEFE; }
a { background-color: rgb(58,222,254); }
div.DivClassName
{
background-color: #3ADEFE;
}
.BgClassName
{
background-color: #3ADEFE;
}
</style>
border-color css
<style>
span { border-color: #3ADEFE; }
span { border-color: rgb(58,222,254); }
td.TdClassName
{
border-color: #3ADEFE;
}
.TagClassName
{
border-color: #3ADEFE;
}
</style>