Shades of Turquoise #3ADFEA
Tints of Turquoise #3ADFEA
RGB
CMYK
RGB Variations
Color information
#3ADFEA (or 0x3ADFEA) is known color: Turquoise. HEX triplet: 3A, DF and EA. RGB value is (58,223,234). Sum of RGB (Red+Green+Blue) = 58+223+234=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ADFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFEA is #C52015. Grayscale: #AEAEAE. Windows color (decimal): -12918806 or 15392570. OLE color: 15392570.
HSL color Cylindrical-coordinate representation of color #3ADFEA: hue angle of 183.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADFEA is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 223 | 234 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.08 |
| HSL | 183.75º | 0.81% | 0.57% | - |
| HSV(B) | 183.75º | 0.75% | 0.92% | - |
| XYZ | 42.98 | 59.62 | 87.08 | - |
| YUV | 174.92 | 161.34 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 234 | 0.75 | 0.05 | 0 | 0.08 | 183.75 | 0.81 | 0.57 |
| Hex | 3A | DF | EA | 4B | 5 | 0 | 8 | B8 | 51 | 39 |
| Octal | 72 | 337 | 352 | 113 | 5 | 0 | 10 | 270 | 121 | 71 |
| Binary | 111010 | 11011111 | 11101010 | 1001011 | 101 | 0 | 1000 | 10111000 | 1010001 | 111001 |
Color Harmonies of #3ADFEA
Complementary color
Monochromatic Colors of #3ADFEA
Black with #3ADFEA
Text Example
Text Example
White with #3ADFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFEA; }
p { color: rgb(58,223,234); }
H1.HeaderClassName
{
color: #3ADFEA;
}
.AnyTagClassName
{
color: #3ADFEA;
}
</style>
background-color css
<style>
a { background-color: #3ADFEA; }
a { background-color: rgb(58,223,234); }
div.DivClassName
{
background-color: #3ADFEA;
}
.BgClassName
{
background-color: #3ADFEA;
}
</style>
border-color css
<style>
span { border-color: #3ADFEA; }
span { border-color: rgb(58,223,234); }
td.TdClassName
{
border-color: #3ADFEA;
}
.TagClassName
{
border-color: #3ADFEA;
}
</style>