Shades of Bright Turquoise #03ECCF
Tints of Bright Turquoise #03ECCF
RGB
CMYK
RGB Variations
Color information
#03ECCF (or 0x03ECCF) is known color: Bright Turquoise. HEX triplet: 03, EC and CF. RGB value is (3,236,207). Sum of RGB (Red+Green+Blue) = 3+236+207=446 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #03ECCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03ECCF is #FC1330. Grayscale: #A2A2A2. Windows color (decimal): -16519985 or 13626371. OLE color: 13626371.
HSL color Cylindrical-coordinate representation of color #03ECCF: hue angle of 172.53º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ECCF is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 207 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.07 |
| HSL | 172.53º | 0.97% | 0.47% | - |
| HSV(B) | 172.53º | 0.99% | 0.93% | - |
| XYZ | 41.3 | 64.52 | 69.31 | - |
| YUV | 163.03 | 152.81 | 13.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 207 | 0.99 | 0 | 0.12 | 0.07 | 172.53 | 0.97 | 0.47 |
| Hex | 3 | EC | CF | 63 | 0 | C | 7 | AD | 61 | 2F |
| Octal | 3 | 354 | 317 | 143 | 0 | 14 | 7 | 255 | 141 | 57 |
| Binary | 11 | 11101100 | 11001111 | 1100011 | 0 | 1100 | 111 | 10101101 | 1100001 | 101111 |
Color Harmonies of #03ECCF
Complementary color
Monochromatic Colors of #03ECCF
Black with #03ECCF
Text Example
Text Example
White with #03ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECCF; }
p { color: rgb(3,236,207); }
H1.HeaderClassName
{
color: #03ECCF;
}
.AnyTagClassName
{
color: #03ECCF;
}
</style>
background-color css
<style>
a { background-color: #03ECCF; }
a { background-color: rgb(3,236,207); }
div.DivClassName
{
background-color: #03ECCF;
}
.BgClassName
{
background-color: #03ECCF;
}
</style>
border-color css
<style>
span { border-color: #03ECCF; }
span { border-color: rgb(3,236,207); }
td.TdClassName
{
border-color: #03ECCF;
}
.TagClassName
{
border-color: #03ECCF;
}
</style>