Shades of Dark Turquoise #03BFDF
Tints of Dark Turquoise #03BFDF
RGB
CMYK
RGB Variations
Color information
#03BFDF (or 0x03BFDF) is known color: Dark Turquoise. HEX triplet: 03, BF and DF. RGB value is (3,191,223). Sum of RGB (Red+Green+Blue) = 3+191+223=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #03BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFDF is #FC4020. Grayscale: #8A8A8A. Windows color (decimal): -16531489 or 14663427. OLE color: 14663427.
HSL color Cylindrical-coordinate representation of color #03BFDF: hue angle of 188.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFDF is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 191 | 223 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.13 |
| HSL | 188.73º | 0.97% | 0.44% | - |
| HSV(B) | 188.73º | 0.99% | 0.87% | - |
| XYZ | 31.99 | 42.61 | 76.35 | - |
| YUV | 138.44 | 175.72 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 223 | 0.99 | 0.14 | 0 | 0.13 | 188.73 | 0.97 | 0.44 |
| Hex | 3 | BF | DF | 63 | E | 0 | D | BD | 61 | 2C |
| Octal | 3 | 277 | 337 | 143 | 16 | 0 | 15 | 275 | 141 | 54 |
| Binary | 11 | 10111111 | 11011111 | 1100011 | 1110 | 0 | 1101 | 10111101 | 1100001 | 101100 |
Color Harmonies of #03BFDF
Complementary color
Monochromatic Colors of #03BFDF
Black with #03BFDF
Text Example
Text Example
White with #03BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFDF; }
p { color: rgb(3,191,223); }
H1.HeaderClassName
{
color: #03BFDF;
}
.AnyTagClassName
{
color: #03BFDF;
}
</style>
background-color css
<style>
a { background-color: #03BFDF; }
a { background-color: rgb(3,191,223); }
div.DivClassName
{
background-color: #03BFDF;
}
.BgClassName
{
background-color: #03BFDF;
}
</style>
border-color css
<style>
span { border-color: #03BFDF; }
span { border-color: rgb(3,191,223); }
td.TdClassName
{
border-color: #03BFDF;
}
.TagClassName
{
border-color: #03BFDF;
}
</style>