Shades of Turquoise #3ADEED
Tints of Turquoise #3ADEED
RGB
CMYK
RGB Variations
Color information
#3ADEED (or 0x3ADEED) is known color: Turquoise. HEX triplet: 3A, DE and ED. RGB value is (58,222,237). Sum of RGB (Red+Green+Blue) = 58+222+237=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ADEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADEED is #C52112. Grayscale: #AEAEAE. Windows color (decimal): -12919059 or 15588922. OLE color: 15588922.
HSL color Cylindrical-coordinate representation of color #3ADEED: hue angle of 185.03º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADEED is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 222 | 237 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.07 |
| HSL | 185.03º | 0.83% | 0.58% | - |
| HSV(B) | 185.03º | 0.76% | 0.93% | - |
| XYZ | 43.15 | 59.26 | 89.28 | - |
| YUV | 174.67 | 163.17 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 237 | 0.76 | 0.06 | 0 | 0.07 | 185.03 | 0.83 | 0.58 |
| Hex | 3A | DE | ED | 4C | 6 | 0 | 7 | B9 | 53 | 3A |
| Octal | 72 | 336 | 355 | 114 | 6 | 0 | 7 | 271 | 123 | 72 |
| Binary | 111010 | 11011110 | 11101101 | 1001100 | 110 | 0 | 111 | 10111001 | 1010011 | 111010 |
Color Harmonies of #3ADEED
Complementary color
Monochromatic Colors of #3ADEED
Black with #3ADEED
Text Example
Text Example
White with #3ADEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEED; }
p { color: rgb(58,222,237); }
H1.HeaderClassName
{
color: #3ADEED;
}
.AnyTagClassName
{
color: #3ADEED;
}
</style>
background-color css
<style>
a { background-color: #3ADEED; }
a { background-color: rgb(58,222,237); }
div.DivClassName
{
background-color: #3ADEED;
}
.BgClassName
{
background-color: #3ADEED;
}
</style>
border-color css
<style>
span { border-color: #3ADEED; }
span { border-color: rgb(58,222,237); }
td.TdClassName
{
border-color: #3ADEED;
}
.TagClassName
{
border-color: #3ADEED;
}
</style>