Shades of Bright Turquoise #03FBC2
Tints of Bright Turquoise #03FBC2
RGB
CMYK
RGB Variations
Color information
#03FBC2 (or 0x03FBC2) is known color: Bright Turquoise. HEX triplet: 03, FB and C2. RGB value is (3,251,194). Sum of RGB (Red+Green+Blue) = 3+251+194=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #03FBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FBC2 is #FC043D. Grayscale: #AAAAAA. Windows color (decimal): -16516158 or 12778243. OLE color: 12778243.
HSL color Cylindrical-coordinate representation of color #03FBC2: hue angle of 166.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FBC2 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 251 | 194 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.02 |
| HSL | 166.21º | 0.98% | 0.5% | - |
| HSV(B) | 166.21º | 0.99% | 0.98% | - |
| XYZ | 44.27 | 72.91 | 62.78 | - |
| YUV | 170.35 | 141.34 | 8.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 251 | 194 | 0.99 | 0 | 0.23 | 0.02 | 166.21 | 0.98 | 0.5 |
| Hex | 3 | FB | C2 | 63 | 0 | 17 | 2 | A6 | 62 | 32 |
| Octal | 3 | 373 | 302 | 143 | 0 | 27 | 2 | 246 | 142 | 62 |
| Binary | 11 | 11111011 | 11000010 | 1100011 | 0 | 10111 | 10 | 10100110 | 1100010 | 110010 |
Color Harmonies of #03FBC2
Complementary color
Monochromatic Colors of #03FBC2
Black with #03FBC2
Text Example
Text Example
White with #03FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FBC2; }
p { color: rgb(3,251,194); }
H1.HeaderClassName
{
color: #03FBC2;
}
.AnyTagClassName
{
color: #03FBC2;
}
</style>
background-color css
<style>
a { background-color: #03FBC2; }
a { background-color: rgb(3,251,194); }
div.DivClassName
{
background-color: #03FBC2;
}
.BgClassName
{
background-color: #03FBC2;
}
</style>
border-color css
<style>
span { border-color: #03FBC2; }
span { border-color: rgb(3,251,194); }
td.TdClassName
{
border-color: #03FBC2;
}
.TagClassName
{
border-color: #03FBC2;
}
</style>