Shades of Bright Turquoise #0AF0CB
Tints of Bright Turquoise #0AF0CB
RGB
CMYK
RGB Variations
Color information
#0AF0CB (or 0x0AF0CB) is known color: Bright Turquoise. HEX triplet: 0A, F0 and CB. RGB value is (10,240,203). Sum of RGB (Red+Green+Blue) = 10+240+203=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF0CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF0CB is #F50F34. Grayscale: #A6A6A6. Windows color (decimal): -16060213 or 13365258. OLE color: 13365258.
HSL color Cylindrical-coordinate representation of color #0AF0CB: hue angle of 170.35º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF0CB is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 203 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.06 |
| HSL | 170.35º | 0.92% | 0.49% | - |
| HSV(B) | 170.35º | 0.96% | 0.94% | - |
| XYZ | 42.06 | 66.7 | 67.16 | - |
| YUV | 167.01 | 148.3 | 16.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 203 | 0.96 | 0 | 0.15 | 0.06 | 170.35 | 0.92 | 0.49 |
| Hex | A | F0 | CB | 60 | 0 | F | 6 | AA | 5C | 31 |
| Octal | 12 | 360 | 313 | 140 | 0 | 17 | 6 | 252 | 134 | 61 |
| Binary | 1010 | 11110000 | 11001011 | 1100000 | 0 | 1111 | 110 | 10101010 | 1011100 | 110001 |
Color Harmonies of #0AF0CB
Complementary color
Monochromatic Colors of #0AF0CB
Black with #0AF0CB
Text Example
Text Example
White with #0AF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF0CB; }
p { color: rgb(10,240,203); }
H1.HeaderClassName
{
color: #0AF0CB;
}
.AnyTagClassName
{
color: #0AF0CB;
}
</style>
background-color css
<style>
a { background-color: #0AF0CB; }
a { background-color: rgb(10,240,203); }
div.DivClassName
{
background-color: #0AF0CB;
}
.BgClassName
{
background-color: #0AF0CB;
}
</style>
border-color css
<style>
span { border-color: #0AF0CB; }
span { border-color: rgb(10,240,203); }
td.TdClassName
{
border-color: #0AF0CB;
}
.TagClassName
{
border-color: #0AF0CB;
}
</style>