Shades of Turquoise #3ADFEE
Tints of Turquoise #3ADFEE
RGB
CMYK
RGB Variations
Color information
#3ADFEE (or 0x3ADFEE) is known color: Turquoise. HEX triplet: 3A, DF and EE. RGB value is (58,223,238). Sum of RGB (Red+Green+Blue) = 58+223+238=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ADFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFEE is #C52011. Grayscale: #AFAFAF. Windows color (decimal): -12918802 or 15654714. OLE color: 15654714.
HSL color Cylindrical-coordinate representation of color #3ADFEE: hue angle of 185º degrees, saturation: 0.84, 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 #3ADFEE is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 223 | 238 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.07 |
| HSL | 185º | 0.84% | 0.58% | - |
| HSV(B) | 185º | 0.76% | 0.93% | - |
| XYZ | 43.57 | 59.85 | 90.14 | - |
| YUV | 175.38 | 163.34 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 238 | 0.76 | 0.06 | 0 | 0.07 | 185 | 0.84 | 0.58 |
| Hex | 3A | DF | EE | 4C | 6 | 0 | 7 | B9 | 54 | 3A |
| Octal | 72 | 337 | 356 | 114 | 6 | 0 | 7 | 271 | 124 | 72 |
| Binary | 111010 | 11011111 | 11101110 | 1001100 | 110 | 0 | 111 | 10111001 | 1010100 | 111010 |
Color Harmonies of #3ADFEE
Complementary color
Monochromatic Colors of #3ADFEE
Black with #3ADFEE
Text Example
Text Example
White with #3ADFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFEE; }
p { color: rgb(58,223,238); }
H1.HeaderClassName
{
color: #3ADFEE;
}
.AnyTagClassName
{
color: #3ADFEE;
}
</style>
background-color css
<style>
a { background-color: #3ADFEE; }
a { background-color: rgb(58,223,238); }
div.DivClassName
{
background-color: #3ADFEE;
}
.BgClassName
{
background-color: #3ADFEE;
}
</style>
border-color css
<style>
span { border-color: #3ADFEE; }
span { border-color: rgb(58,223,238); }
td.TdClassName
{
border-color: #3ADFEE;
}
.TagClassName
{
border-color: #3ADFEE;
}
</style>