Shades of Bright Turquoise #0BDFCC
Tints of Bright Turquoise #0BDFCC
RGB
CMYK
RGB Variations
Color information
#0BDFCC (or 0x0BDFCC) is known color: Bright Turquoise. HEX triplet: 0B, DF and CC. RGB value is (11,223,204). Sum of RGB (Red+Green+Blue) = 11+223+204=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFCC is #F42033. Grayscale: #9D9D9D. Windows color (decimal): -15999028 or 13426443. OLE color: 13426443.
HSL color Cylindrical-coordinate representation of color #0BDFCC: hue angle of 174.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFCC is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 204 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.13 |
| HSL | 174.62º | 0.91% | 0.46% | - |
| HSV(B) | 174.62º | 0.95% | 0.87% | - |
| XYZ | 37.42 | 57.21 | 66.2 | - |
| YUV | 157.45 | 154.26 | 23.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 204 | 0.95 | 0 | 0.09 | 0.13 | 174.62 | 0.91 | 0.46 |
| Hex | B | DF | CC | 5F | 0 | 9 | D | AF | 5B | 2E |
| Octal | 13 | 337 | 314 | 137 | 0 | 11 | 15 | 257 | 133 | 56 |
| Binary | 1011 | 11011111 | 11001100 | 1011111 | 0 | 1001 | 1101 | 10101111 | 1011011 | 101110 |
Color Harmonies of #0BDFCC
Complementary color
Monochromatic Colors of #0BDFCC
Black with #0BDFCC
Text Example
Text Example
White with #0BDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFCC; }
p { color: rgb(11,223,204); }
H1.HeaderClassName
{
color: #0BDFCC;
}
.AnyTagClassName
{
color: #0BDFCC;
}
</style>
background-color css
<style>
a { background-color: #0BDFCC; }
a { background-color: rgb(11,223,204); }
div.DivClassName
{
background-color: #0BDFCC;
}
.BgClassName
{
background-color: #0BDFCC;
}
</style>
border-color css
<style>
span { border-color: #0BDFCC; }
span { border-color: rgb(11,223,204); }
td.TdClassName
{
border-color: #0BDFCC;
}
.TagClassName
{
border-color: #0BDFCC;
}
</style>