Shades of Turquoise #3ADFE9
Tints of Turquoise #3ADFE9
RGB
CMYK
RGB Variations
Color information
#3ADFE9 (or 0x3ADFE9) is known color: Turquoise. HEX triplet: 3A, DF and E9. RGB value is (58,223,233). Sum of RGB (Red+Green+Blue) = 58+223+233=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #3ADFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFE9 is #C52016. Grayscale: #AEAEAE. Windows color (decimal): -12918807 or 15327034. OLE color: 15327034.
HSL color Cylindrical-coordinate representation of color #3ADFE9: hue angle of 183.43º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADFE9 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 223 | 233 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.09 |
| HSL | 183.43º | 0.8% | 0.57% | - |
| HSV(B) | 183.43º | 0.75% | 0.91% | - |
| XYZ | 42.84 | 59.56 | 86.33 | - |
| YUV | 174.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 233 | 0.75 | 0.04 | 0 | 0.09 | 183.43 | 0.8 | 0.57 |
| Hex | 3A | DF | E9 | 4B | 4 | 0 | 9 | B7 | 50 | 39 |
| Octal | 72 | 337 | 351 | 113 | 4 | 0 | 11 | 267 | 120 | 71 |
| Binary | 111010 | 11011111 | 11101001 | 1001011 | 100 | 0 | 1001 | 10110111 | 1010000 | 111001 |
Color Harmonies of #3ADFE9
Complementary color
Monochromatic Colors of #3ADFE9
Black with #3ADFE9
Text Example
Text Example
White with #3ADFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFE9; }
p { color: rgb(58,223,233); }
H1.HeaderClassName
{
color: #3ADFE9;
}
.AnyTagClassName
{
color: #3ADFE9;
}
</style>
background-color css
<style>
a { background-color: #3ADFE9; }
a { background-color: rgb(58,223,233); }
div.DivClassName
{
background-color: #3ADFE9;
}
.BgClassName
{
background-color: #3ADFE9;
}
</style>
border-color css
<style>
span { border-color: #3ADFE9; }
span { border-color: rgb(58,223,233); }
td.TdClassName
{
border-color: #3ADFE9;
}
.TagClassName
{
border-color: #3ADFE9;
}
</style>