Shades of Bright Turquoise #0ADFCF
Tints of Bright Turquoise #0ADFCF
RGB
CMYK
RGB Variations
Color information
#0ADFCF (or 0x0ADFCF) is known color: Bright Turquoise. HEX triplet: 0A, DF and CF. RGB value is (10,223,207). Sum of RGB (Red+Green+Blue) = 10+223+207=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFCF is #F52030. Grayscale: #9D9D9D. Windows color (decimal): -16064561 or 13623050. OLE color: 13623050.
HSL color Cylindrical-coordinate representation of color #0ADFCF: hue angle of 175.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFCF is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 207 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.13 |
| HSL | 175.49º | 0.91% | 0.46% | - |
| HSV(B) | 175.49º | 0.96% | 0.87% | - |
| XYZ | 37.78 | 57.34 | 68.11 | - |
| YUV | 157.49 | 155.93 | 22.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 207 | 0.96 | 0 | 0.07 | 0.13 | 175.49 | 0.91 | 0.46 |
| Hex | A | DF | CF | 60 | 0 | 7 | D | AF | 5B | 2E |
| Octal | 12 | 337 | 317 | 140 | 0 | 7 | 15 | 257 | 133 | 56 |
| Binary | 1010 | 11011111 | 11001111 | 1100000 | 0 | 111 | 1101 | 10101111 | 1011011 | 101110 |
Color Harmonies of #0ADFCF
Complementary color
Monochromatic Colors of #0ADFCF
Black with #0ADFCF
Text Example
Text Example
White with #0ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFCF; }
p { color: rgb(10,223,207); }
H1.HeaderClassName
{
color: #0ADFCF;
}
.AnyTagClassName
{
color: #0ADFCF;
}
</style>
background-color css
<style>
a { background-color: #0ADFCF; }
a { background-color: rgb(10,223,207); }
div.DivClassName
{
background-color: #0ADFCF;
}
.BgClassName
{
background-color: #0ADFCF;
}
</style>
border-color css
<style>
span { border-color: #0ADFCF; }
span { border-color: rgb(10,223,207); }
td.TdClassName
{
border-color: #0ADFCF;
}
.TagClassName
{
border-color: #0ADFCF;
}
</style>