Shades of Bright Turquoise #1AFFCF
Tints of Bright Turquoise #1AFFCF
RGB
CMYK
RGB Variations
Color information
#1AFFCF (or 0x1AFFCF) is known color: Bright Turquoise. HEX triplet: 1A, FF and CF. RGB value is (26,255,207). Sum of RGB (Red+Green+Blue) = 26+255+207=488 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.33% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFCF is #E50030. Grayscale: #B5B5B5. Windows color (decimal): -15007793 or 13631258. OLE color: 13631258.
HSL color Cylindrical-coordinate representation of color #1AFFCF: hue angle of 167.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFCF is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 207 | - |
| CMYK | 0.90 | 0 | 0.19 | 0 |
| HSL | 167.42º | 1% | 0.55% | - |
| HSV(B) | 167.42º | 0.9% | 1% | - |
| XYZ | 47.45 | 76.24 | 71.25 | - |
| YUV | 181.06 | 142.63 | 17.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 207 | 0.90 | 0 | 0.19 | 0 | 167.42 | 1 | 0.55 |
| Hex | 1A | FF | CF | 5A | 0 | 13 | 0 | A7 | 64 | 37 |
| Octal | 32 | 377 | 317 | 132 | 0 | 23 | 0 | 247 | 144 | 67 |
| Binary | 11010 | 11111111 | 11001111 | 1011010 | 0 | 10011 | 0 | 10100111 | 1100100 | 110111 |
Color Harmonies of #1AFFCF
Complementary color
Monochromatic Colors of #1AFFCF
Black with #1AFFCF
Text Example
Text Example
White with #1AFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFCF; }
p { color: rgb(26,255,207); }
H1.HeaderClassName
{
color: #1AFFCF;
}
.AnyTagClassName
{
color: #1AFFCF;
}
</style>
background-color css
<style>
a { background-color: #1AFFCF; }
a { background-color: rgb(26,255,207); }
div.DivClassName
{
background-color: #1AFFCF;
}
.BgClassName
{
background-color: #1AFFCF;
}
</style>
border-color css
<style>
span { border-color: #1AFFCF; }
span { border-color: rgb(26,255,207); }
td.TdClassName
{
border-color: #1AFFCF;
}
.TagClassName
{
border-color: #1AFFCF;
}
</style>