Shades of Turquoise #3ADFEC
Tints of Turquoise #3ADFEC
RGB
CMYK
RGB Variations
Color information
#3ADFEC (or 0x3ADFEC) is known color: Turquoise. HEX triplet: 3A, DF and EC. RGB value is (58,223,236). Sum of RGB (Red+Green+Blue) = 58+223+236=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ADFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFEC is #C52013. Grayscale: #AEAEAE. Windows color (decimal): -12918804 or 15523642. OLE color: 15523642.
HSL color Cylindrical-coordinate representation of color #3ADFEC: hue angle of 184.38º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADFEC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 223 | 236 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.07 |
| HSL | 184.38º | 0.82% | 0.58% | - |
| HSV(B) | 184.38º | 0.75% | 0.93% | - |
| XYZ | 43.27 | 59.73 | 88.61 | - |
| YUV | 175.15 | 162.34 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 236 | 0.75 | 0.06 | 0 | 0.07 | 184.38 | 0.82 | 0.58 |
| Hex | 3A | DF | EC | 4B | 6 | 0 | 7 | B8 | 52 | 3A |
| Octal | 72 | 337 | 354 | 113 | 6 | 0 | 7 | 270 | 122 | 72 |
| Binary | 111010 | 11011111 | 11101100 | 1001011 | 110 | 0 | 111 | 10111000 | 1010010 | 111010 |
Color Harmonies of #3ADFEC
Complementary color
Monochromatic Colors of #3ADFEC
Black with #3ADFEC
Text Example
Text Example
White with #3ADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFEC; }
p { color: rgb(58,223,236); }
H1.HeaderClassName
{
color: #3ADFEC;
}
.AnyTagClassName
{
color: #3ADFEC;
}
</style>
background-color css
<style>
a { background-color: #3ADFEC; }
a { background-color: rgb(58,223,236); }
div.DivClassName
{
background-color: #3ADFEC;
}
.BgClassName
{
background-color: #3ADFEC;
}
</style>
border-color css
<style>
span { border-color: #3ADFEC; }
span { border-color: rgb(58,223,236); }
td.TdClassName
{
border-color: #3ADFEC;
}
.TagClassName
{
border-color: #3ADFEC;
}
</style>