Shades of Bright Turquoise #0FF3CC
Tints of Bright Turquoise #0FF3CC
RGB
CMYK
RGB Variations
Color information
#0FF3CC (or 0x0FF3CC) is known color: Bright Turquoise. HEX triplet: 0F, F3 and CC. RGB value is (15,243,204). Sum of RGB (Red+Green+Blue) = 15+243+204=462 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF3CC is #F00C33. Grayscale: #AAAAAA. Windows color (decimal): -15731764 or 13431567. OLE color: 13431567.
HSL color Cylindrical-coordinate representation of color #0FF3CC: hue angle of 169.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3CC is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 204 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.05 |
| HSL | 169.74º | 0.9% | 0.51% | - |
| HSV(B) | 169.74º | 0.94% | 0.95% | - |
| XYZ | 43.15 | 68.56 | 68.09 | - |
| YUV | 170.38 | 146.96 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 204 | 0.94 | 0 | 0.16 | 0.05 | 169.74 | 0.9 | 0.51 |
| Hex | F | F3 | CC | 5E | 0 | 10 | 5 | AA | 5A | 33 |
| Octal | 17 | 363 | 314 | 136 | 0 | 20 | 5 | 252 | 132 | 63 |
| Binary | 1111 | 11110011 | 11001100 | 1011110 | 0 | 10000 | 101 | 10101010 | 1011010 | 110011 |
Color Harmonies of #0FF3CC
Complementary color
Monochromatic Colors of #0FF3CC
Black with #0FF3CC
Text Example
Text Example
White with #0FF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF3CC; }
p { color: rgb(15,243,204); }
H1.HeaderClassName
{
color: #0FF3CC;
}
.AnyTagClassName
{
color: #0FF3CC;
}
</style>
background-color css
<style>
a { background-color: #0FF3CC; }
a { background-color: rgb(15,243,204); }
div.DivClassName
{
background-color: #0FF3CC;
}
.BgClassName
{
background-color: #0FF3CC;
}
</style>
border-color css
<style>
span { border-color: #0FF3CC; }
span { border-color: rgb(15,243,204); }
td.TdClassName
{
border-color: #0FF3CC;
}
.TagClassName
{
border-color: #0FF3CC;
}
</style>