Shades of Turquoise #3ADFFE
Tints of Turquoise #3ADFFE
RGB
CMYK
RGB Variations
Color information
#3ADFFE (or 0x3ADFFE) is known color: Turquoise. HEX triplet: 3A, DF and FE. RGB value is (58,223,254). Sum of RGB (Red+Green+Blue) = 58+223+254=535 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.84% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #3ADFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFFE is #C52001. Grayscale: #B0B0B0. Windows color (decimal): -12918786 or 16703290. OLE color: 16703290.
HSL color Cylindrical-coordinate representation of color #3ADFFE: hue angle of 189.49º 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 #3ADFFE is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 223 | 254 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.00 |
| HSL | 189.49º | 0.99% | 0.61% | - |
| HSV(B) | 189.49º | 0.77% | 1% | - |
| XYZ | 46.02 | 60.83 | 103.08 | - |
| YUV | 177.2 | 171.34 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 254 | 0.77 | 0.12 | 0 | 0.00 | 189.49 | 0.99 | 0.61 |
| Hex | 3A | DF | FE | 4D | C | 0 | 0 | BD | 63 | 3D |
| Octal | 72 | 337 | 376 | 115 | 14 | 0 | 0 | 275 | 143 | 75 |
| Binary | 111010 | 11011111 | 11111110 | 1001101 | 1100 | 0 | 0 | 10111101 | 1100011 | 111101 |
Color Harmonies of #3ADFFE
Complementary color
Monochromatic Colors of #3ADFFE
Black with #3ADFFE
Text Example
Text Example
White with #3ADFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFFE; }
p { color: rgb(58,223,254); }
H1.HeaderClassName
{
color: #3ADFFE;
}
.AnyTagClassName
{
color: #3ADFFE;
}
</style>
background-color css
<style>
a { background-color: #3ADFFE; }
a { background-color: rgb(58,223,254); }
div.DivClassName
{
background-color: #3ADFFE;
}
.BgClassName
{
background-color: #3ADFFE;
}
</style>
border-color css
<style>
span { border-color: #3ADFFE; }
span { border-color: rgb(58,223,254); }
td.TdClassName
{
border-color: #3ADFFE;
}
.TagClassName
{
border-color: #3ADFFE;
}
</style>