Shades of Bright Turquoise #0CF4CF
Tints of Bright Turquoise #0CF4CF
RGB
CMYK
RGB Variations
Color information
#0CF4CF (or 0x0CF4CF) is known color: Bright Turquoise. HEX triplet: 0C, F4 and CF. RGB value is (12,244,207). Sum of RGB (Red+Green+Blue) = 12+244+207=463 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.59% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #0CF4CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF4CF is #F30B30. Grayscale: #AAAAAA. Windows color (decimal): -15928113 or 13628428. OLE color: 13628428.
HSL color Cylindrical-coordinate representation of color #0CF4CF: hue angle of 170.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF4CF is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 244 | 207 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.04 |
| HSL | 170.43º | 0.91% | 0.5% | - |
| HSV(B) | 170.43º | 0.95% | 0.96% | - |
| XYZ | 43.76 | 69.28 | 70.1 | - |
| YUV | 170.41 | 148.64 | 15.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 244 | 207 | 0.95 | 0 | 0.15 | 0.04 | 170.43 | 0.91 | 0.5 |
| Hex | C | F4 | CF | 5F | 0 | F | 4 | AA | 5B | 32 |
| Octal | 14 | 364 | 317 | 137 | 0 | 17 | 4 | 252 | 133 | 62 |
| Binary | 1100 | 11110100 | 11001111 | 1011111 | 0 | 1111 | 100 | 10101010 | 1011011 | 110010 |
Color Harmonies of #0CF4CF
Complementary color
Monochromatic Colors of #0CF4CF
Black with #0CF4CF
Text Example
Text Example
White with #0CF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF4CF; }
p { color: rgb(12,244,207); }
H1.HeaderClassName
{
color: #0CF4CF;
}
.AnyTagClassName
{
color: #0CF4CF;
}
</style>
background-color css
<style>
a { background-color: #0CF4CF; }
a { background-color: rgb(12,244,207); }
div.DivClassName
{
background-color: #0CF4CF;
}
.BgClassName
{
background-color: #0CF4CF;
}
</style>
border-color css
<style>
span { border-color: #0CF4CF; }
span { border-color: rgb(12,244,207); }
td.TdClassName
{
border-color: #0CF4CF;
}
.TagClassName
{
border-color: #0CF4CF;
}
</style>