Shades of Bright Turquoise #1AF0CD
Tints of Bright Turquoise #1AF0CD
RGB
CMYK
RGB Variations
Color information
#1AF0CD (or 0x1AF0CD) is known color: Bright Turquoise. HEX triplet: 1A, F0 and CD. RGB value is (26,240,205). Sum of RGB (Red+Green+Blue) = 26+240+205=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF0CD is #E50F32. Grayscale: #ABABAB. Windows color (decimal): -15011635 or 13496346. OLE color: 13496346.
HSL color Cylindrical-coordinate representation of color #1AF0CD: hue angle of 170.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0CD is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 205 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.06 |
| HSL | 170.19º | 0.88% | 0.52% | - |
| HSV(B) | 170.19º | 0.89% | 0.94% | - |
| XYZ | 42.61 | 66.95 | 68.43 | - |
| YUV | 172.02 | 146.6 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 205 | 0.89 | 0 | 0.15 | 0.06 | 170.19 | 0.88 | 0.52 |
| Hex | 1A | F0 | CD | 59 | 0 | F | 6 | AA | 58 | 34 |
| Octal | 32 | 360 | 315 | 131 | 0 | 17 | 6 | 252 | 130 | 64 |
| Binary | 11010 | 11110000 | 11001101 | 1011001 | 0 | 1111 | 110 | 10101010 | 1011000 | 110100 |
Color Harmonies of #1AF0CD
Complementary color
Monochromatic Colors of #1AF0CD
Black with #1AF0CD
Text Example
Text Example
White with #1AF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF0CD; }
p { color: rgb(26,240,205); }
H1.HeaderClassName
{
color: #1AF0CD;
}
.AnyTagClassName
{
color: #1AF0CD;
}
</style>
background-color css
<style>
a { background-color: #1AF0CD; }
a { background-color: rgb(26,240,205); }
div.DivClassName
{
background-color: #1AF0CD;
}
.BgClassName
{
background-color: #1AF0CD;
}
</style>
border-color css
<style>
span { border-color: #1AF0CD; }
span { border-color: rgb(26,240,205); }
td.TdClassName
{
border-color: #1AF0CD;
}
.TagClassName
{
border-color: #1AF0CD;
}
</style>