Shades of Turquoise #3ADFF3
Tints of Turquoise #3ADFF3
RGB
CMYK
RGB Variations
Color information
#3ADFF3 (or 0x3ADFF3) is known color: Turquoise. HEX triplet: 3A, DF and F3. RGB value is (58,223,243). Sum of RGB (Red+Green+Blue) = 58+223+243=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #3ADFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFF3 is #C5200C. Grayscale: #AFAFAF. Windows color (decimal): -12918797 or 15982394. OLE color: 15982394.
HSL color Cylindrical-coordinate representation of color #3ADFF3: hue angle of 186.49º degrees, saturation: 0.89, 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 #3ADFF3 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 223 | 243 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.05 |
| HSL | 186.49º | 0.89% | 0.59% | - |
| HSV(B) | 186.49º | 0.76% | 0.95% | - |
| XYZ | 44.31 | 60.15 | 94.07 | - |
| YUV | 175.95 | 165.84 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 243 | 0.76 | 0.08 | 0 | 0.05 | 186.49 | 0.89 | 0.59 |
| Hex | 3A | DF | F3 | 4C | 8 | 0 | 5 | BA | 59 | 3B |
| Octal | 72 | 337 | 363 | 114 | 10 | 0 | 5 | 272 | 131 | 73 |
| Binary | 111010 | 11011111 | 11110011 | 1001100 | 1000 | 0 | 101 | 10111010 | 1011001 | 111011 |
Color Harmonies of #3ADFF3
Complementary color
Monochromatic Colors of #3ADFF3
Black with #3ADFF3
Text Example
Text Example
White with #3ADFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFF3; }
p { color: rgb(58,223,243); }
H1.HeaderClassName
{
color: #3ADFF3;
}
.AnyTagClassName
{
color: #3ADFF3;
}
</style>
background-color css
<style>
a { background-color: #3ADFF3; }
a { background-color: rgb(58,223,243); }
div.DivClassName
{
background-color: #3ADFF3;
}
.BgClassName
{
background-color: #3ADFF3;
}
</style>
border-color css
<style>
span { border-color: #3ADFF3; }
span { border-color: rgb(58,223,243); }
td.TdClassName
{
border-color: #3ADFF3;
}
.TagClassName
{
border-color: #3ADFF3;
}
</style>