Shades of Bright Turquoise #1AFCCB
Tints of Bright Turquoise #1AFCCB
RGB
CMYK
RGB Variations
Color information
#1AFCCB (or 0x1AFCCB) is known color: Bright Turquoise. HEX triplet: 1A, FC and CB. RGB value is (26,252,203). Sum of RGB (Red+Green+Blue) = 26+252+203=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFCCB is #E50334. Grayscale: #B2B2B2. Windows color (decimal): -15008565 or 13368346. OLE color: 13368346.
HSL color Cylindrical-coordinate representation of color #1AFCCB: hue angle of 166.99º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFCCB is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 203 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.01 |
| HSL | 166.99º | 0.97% | 0.55% | - |
| HSV(B) | 166.99º | 0.9% | 0.99% | - |
| XYZ | 46.02 | 74.15 | 68.39 | - |
| YUV | 178.84 | 141.63 | 18.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 203 | 0.90 | 0 | 0.19 | 0.01 | 166.99 | 0.97 | 0.55 |
| Hex | 1A | FC | CB | 5A | 0 | 13 | 1 | A7 | 61 | 37 |
| Octal | 32 | 374 | 313 | 132 | 0 | 23 | 1 | 247 | 141 | 67 |
| Binary | 11010 | 11111100 | 11001011 | 1011010 | 0 | 10011 | 1 | 10100111 | 1100001 | 110111 |
Color Harmonies of #1AFCCB
Complementary color
Monochromatic Colors of #1AFCCB
Black with #1AFCCB
Text Example
Text Example
White with #1AFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFCCB; }
p { color: rgb(26,252,203); }
H1.HeaderClassName
{
color: #1AFCCB;
}
.AnyTagClassName
{
color: #1AFCCB;
}
</style>
background-color css
<style>
a { background-color: #1AFCCB; }
a { background-color: rgb(26,252,203); }
div.DivClassName
{
background-color: #1AFCCB;
}
.BgClassName
{
background-color: #1AFCCB;
}
</style>
border-color css
<style>
span { border-color: #1AFCCB; }
span { border-color: rgb(26,252,203); }
td.TdClassName
{
border-color: #1AFCCB;
}
.TagClassName
{
border-color: #1AFCCB;
}
</style>