Shades of Turquoise #3ADFF2
Tints of Turquoise #3ADFF2
RGB
CMYK
RGB Variations
Color information
#3ADFF2 (or 0x3ADFF2) is known color: Turquoise. HEX triplet: 3A, DF and F2. RGB value is (58,223,242). Sum of RGB (Red+Green+Blue) = 58+223+242=523 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.09% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #3ADFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFF2 is #C5200D. Grayscale: #AFAFAF. Windows color (decimal): -12918798 or 15916858. OLE color: 15916858.
HSL color Cylindrical-coordinate representation of color #3ADFF2: hue angle of 186.2º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADFF2 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 223 | 242 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.05 |
| HSL | 186.2º | 0.88% | 0.59% | - |
| HSV(B) | 186.2º | 0.76% | 0.95% | - |
| XYZ | 44.16 | 60.09 | 93.27 | - |
| YUV | 175.83 | 165.34 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 242 | 0.76 | 0.08 | 0 | 0.05 | 186.2 | 0.88 | 0.59 |
| Hex | 3A | DF | F2 | 4C | 8 | 0 | 5 | BA | 58 | 3B |
| Octal | 72 | 337 | 362 | 114 | 10 | 0 | 5 | 272 | 130 | 73 |
| Binary | 111010 | 11011111 | 11110010 | 1001100 | 1000 | 0 | 101 | 10111010 | 1011000 | 111011 |
Color Harmonies of #3ADFF2
Complementary color
Monochromatic Colors of #3ADFF2
Black with #3ADFF2
Text Example
Text Example
White with #3ADFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFF2; }
p { color: rgb(58,223,242); }
H1.HeaderClassName
{
color: #3ADFF2;
}
.AnyTagClassName
{
color: #3ADFF2;
}
</style>
background-color css
<style>
a { background-color: #3ADFF2; }
a { background-color: rgb(58,223,242); }
div.DivClassName
{
background-color: #3ADFF2;
}
.BgClassName
{
background-color: #3ADFF2;
}
</style>
border-color css
<style>
span { border-color: #3ADFF2; }
span { border-color: rgb(58,223,242); }
td.TdClassName
{
border-color: #3ADFF2;
}
.TagClassName
{
border-color: #3ADFF2;
}
</style>