Shades of Dark Turquoise #03CFE7
Tints of Dark Turquoise #03CFE7
RGB
CMYK
RGB Variations
Color information
#03CFE7 (or 0x03CFE7) is known color: Dark Turquoise. HEX triplet: 03, CF and E7. RGB value is (3,207,231). Sum of RGB (Red+Green+Blue) = 3+207+231=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #03CFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFE7 is #FC3018. Grayscale: #949494. Windows color (decimal): -16527385 or 15191811. OLE color: 15191811.
HSL color Cylindrical-coordinate representation of color #03CFE7: hue angle of 186.32º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFE7 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 207 | 231 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.09 |
| HSL | 186.32º | 0.97% | 0.46% | - |
| HSV(B) | 186.32º | 0.99% | 0.91% | - |
| XYZ | 36.77 | 50.41 | 83.39 | - |
| YUV | 148.74 | 174.41 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 231 | 0.99 | 0.10 | 0 | 0.09 | 186.32 | 0.97 | 0.46 |
| Hex | 3 | CF | E7 | 63 | A | 0 | 9 | BA | 61 | 2E |
| Octal | 3 | 317 | 347 | 143 | 12 | 0 | 11 | 272 | 141 | 56 |
| Binary | 11 | 11001111 | 11100111 | 1100011 | 1010 | 0 | 1001 | 10111010 | 1100001 | 101110 |
Color Harmonies of #03CFE7
Complementary color
Monochromatic Colors of #03CFE7
Black with #03CFE7
Text Example
Text Example
White with #03CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFE7; }
p { color: rgb(3,207,231); }
H1.HeaderClassName
{
color: #03CFE7;
}
.AnyTagClassName
{
color: #03CFE7;
}
</style>
background-color css
<style>
a { background-color: #03CFE7; }
a { background-color: rgb(3,207,231); }
div.DivClassName
{
background-color: #03CFE7;
}
.BgClassName
{
background-color: #03CFE7;
}
</style>
border-color css
<style>
span { border-color: #03CFE7; }
span { border-color: rgb(3,207,231); }
td.TdClassName
{
border-color: #03CFE7;
}
.TagClassName
{
border-color: #03CFE7;
}
</style>