Shades of Bright Turquoise #0ADFCB
Tints of Bright Turquoise #0ADFCB
RGB
CMYK
RGB Variations
Color information
#0ADFCB (or 0x0ADFCB) is known color: Bright Turquoise. HEX triplet: 0A, DF and CB. RGB value is (10,223,203). Sum of RGB (Red+Green+Blue) = 10+223+203=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFCB is #F52034. Grayscale: #9C9C9C. Windows color (decimal): -16064565 or 13360906. OLE color: 13360906.
HSL color Cylindrical-coordinate representation of color #0ADFCB: hue angle of 174.37º 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 #0ADFCB is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 203 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.13 |
| HSL | 174.37º | 0.91% | 0.46% | - |
| HSV(B) | 174.37º | 0.96% | 0.87% | - |
| XYZ | 37.29 | 57.15 | 65.57 | - |
| YUV | 157.03 | 153.93 | 23.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 203 | 0.96 | 0 | 0.09 | 0.13 | 174.37 | 0.91 | 0.46 |
| Hex | A | DF | CB | 60 | 0 | 9 | D | AE | 5B | 2E |
| Octal | 12 | 337 | 313 | 140 | 0 | 11 | 15 | 256 | 133 | 56 |
| Binary | 1010 | 11011111 | 11001011 | 1100000 | 0 | 1001 | 1101 | 10101110 | 1011011 | 101110 |
Color Harmonies of #0ADFCB
Complementary color
Monochromatic Colors of #0ADFCB
Black with #0ADFCB
Text Example
Text Example
White with #0ADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFCB; }
p { color: rgb(10,223,203); }
H1.HeaderClassName
{
color: #0ADFCB;
}
.AnyTagClassName
{
color: #0ADFCB;
}
</style>
background-color css
<style>
a { background-color: #0ADFCB; }
a { background-color: rgb(10,223,203); }
div.DivClassName
{
background-color: #0ADFCB;
}
.BgClassName
{
background-color: #0ADFCB;
}
</style>
border-color css
<style>
span { border-color: #0ADFCB; }
span { border-color: rgb(10,223,203); }
td.TdClassName
{
border-color: #0ADFCB;
}
.TagClassName
{
border-color: #0ADFCB;
}
</style>