Shades of Bright Turquoise #1AF9CC
Tints of Bright Turquoise #1AF9CC
RGB
CMYK
RGB Variations
Color information
#1AF9CC (or 0x1AF9CC) is known color: Bright Turquoise. HEX triplet: 1A, F9 and CC. RGB value is (26,249,204). Sum of RGB (Red+Green+Blue) = 26+249+204=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF9CC is #E50633. Grayscale: #B1B1B1. Windows color (decimal): -15009332 or 13433114. OLE color: 13433114.
HSL color Cylindrical-coordinate representation of color #1AF9CC: hue angle of 167.89º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF9CC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 204 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.02 |
| HSL | 167.89º | 0.95% | 0.54% | - |
| HSV(B) | 167.89º | 0.9% | 0.98% | - |
| XYZ | 45.2 | 72.33 | 68.71 | - |
| YUV | 177.19 | 143.12 | 20.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 204 | 0.90 | 0 | 0.18 | 0.02 | 167.89 | 0.95 | 0.54 |
| Hex | 1A | F9 | CC | 5A | 0 | 12 | 2 | A8 | 5F | 36 |
| Octal | 32 | 371 | 314 | 132 | 0 | 22 | 2 | 250 | 137 | 66 |
| Binary | 11010 | 11111001 | 11001100 | 1011010 | 0 | 10010 | 10 | 10101000 | 1011111 | 110110 |
Color Harmonies of #1AF9CC
Complementary color
Monochromatic Colors of #1AF9CC
Black with #1AF9CC
Text Example
Text Example
White with #1AF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF9CC; }
p { color: rgb(26,249,204); }
H1.HeaderClassName
{
color: #1AF9CC;
}
.AnyTagClassName
{
color: #1AF9CC;
}
</style>
background-color css
<style>
a { background-color: #1AF9CC; }
a { background-color: rgb(26,249,204); }
div.DivClassName
{
background-color: #1AF9CC;
}
.BgClassName
{
background-color: #1AF9CC;
}
</style>
border-color css
<style>
span { border-color: #1AF9CC; }
span { border-color: rgb(26,249,204); }
td.TdClassName
{
border-color: #1AF9CC;
}
.TagClassName
{
border-color: #1AF9CC;
}
</style>