Shades of Bright Turquoise #0AF1CC
Tints of Bright Turquoise #0AF1CC
RGB
CMYK
RGB Variations
Color information
#0AF1CC (or 0x0AF1CC) is known color: Bright Turquoise. HEX triplet: 0A, F1 and CC. RGB value is (10,241,204). Sum of RGB (Red+Green+Blue) = 10+241+204=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF1CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF1CC is #F50E33. Grayscale: #A7A7A7. Windows color (decimal): -16059956 or 13431050. OLE color: 13431050.
HSL color Cylindrical-coordinate representation of color #0AF1CC: hue angle of 170.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF1CC is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 204 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.05 |
| HSL | 170.39º | 0.92% | 0.49% | - |
| HSV(B) | 170.39º | 0.96% | 0.95% | - |
| XYZ | 42.48 | 67.33 | 67.88 | - |
| YUV | 167.71 | 148.47 | 15.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 204 | 0.96 | 0 | 0.15 | 0.05 | 170.39 | 0.92 | 0.49 |
| Hex | A | F1 | CC | 60 | 0 | F | 5 | AA | 5C | 31 |
| Octal | 12 | 361 | 314 | 140 | 0 | 17 | 5 | 252 | 134 | 61 |
| Binary | 1010 | 11110001 | 11001100 | 1100000 | 0 | 1111 | 101 | 10101010 | 1011100 | 110001 |
Color Harmonies of #0AF1CC
Complementary color
Monochromatic Colors of #0AF1CC
Black with #0AF1CC
Text Example
Text Example
White with #0AF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF1CC; }
p { color: rgb(10,241,204); }
H1.HeaderClassName
{
color: #0AF1CC;
}
.AnyTagClassName
{
color: #0AF1CC;
}
</style>
background-color css
<style>
a { background-color: #0AF1CC; }
a { background-color: rgb(10,241,204); }
div.DivClassName
{
background-color: #0AF1CC;
}
.BgClassName
{
background-color: #0AF1CC;
}
</style>
border-color css
<style>
span { border-color: #0AF1CC; }
span { border-color: rgb(10,241,204); }
td.TdClassName
{
border-color: #0AF1CC;
}
.TagClassName
{
border-color: #0AF1CC;
}
</style>