Shades of Turquoise #3ADBED
Tints of Turquoise #3ADBED
RGB
CMYK
RGB Variations
Color information
#3ADBED (or 0x3ADBED) is known color: Turquoise. HEX triplet: 3A, DB and ED. RGB value is (58,219,237). Sum of RGB (Red+Green+Blue) = 58+219+237=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ADBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBED is #C52412. Grayscale: #ACACAC. Windows color (decimal): -12919827 or 15588154. OLE color: 15588154.
HSL color Cylindrical-coordinate representation of color #3ADBED: hue angle of 186.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 #3ADBED is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 219 | 237 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.07 |
| HSL | 186.03º | 0.83% | 0.58% | - |
| HSV(B) | 186.03º | 0.76% | 0.93% | - |
| XYZ | 42.36 | 57.68 | 89.02 | - |
| YUV | 172.91 | 164.16 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 237 | 0.76 | 0.08 | 0 | 0.07 | 186.03 | 0.83 | 0.58 |
| Hex | 3A | DB | ED | 4C | 8 | 0 | 7 | BA | 53 | 3A |
| Octal | 72 | 333 | 355 | 114 | 10 | 0 | 7 | 272 | 123 | 72 |
| Binary | 111010 | 11011011 | 11101101 | 1001100 | 1000 | 0 | 111 | 10111010 | 1010011 | 111010 |
Color Harmonies of #3ADBED
Complementary color
Monochromatic Colors of #3ADBED
Black with #3ADBED
Text Example
Text Example
White with #3ADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBED; }
p { color: rgb(58,219,237); }
H1.HeaderClassName
{
color: #3ADBED;
}
.AnyTagClassName
{
color: #3ADBED;
}
</style>
background-color css
<style>
a { background-color: #3ADBED; }
a { background-color: rgb(58,219,237); }
div.DivClassName
{
background-color: #3ADBED;
}
.BgClassName
{
background-color: #3ADBED;
}
</style>
border-color css
<style>
span { border-color: #3ADBED; }
span { border-color: rgb(58,219,237); }
td.TdClassName
{
border-color: #3ADBED;
}
.TagClassName
{
border-color: #3ADBED;
}
</style>