Shades of Bright Turquoise #1CFAD2
Tints of Bright Turquoise #1CFAD2
RGB
CMYK
RGB Variations
Color information
#1CFAD2 (or 0x1CFAD2) is known color: Bright Turquoise. HEX triplet: 1C, FA and D2. RGB value is (28,250,210). Sum of RGB (Red+Green+Blue) = 28+250+210=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFAD2 is #E3052D. Grayscale: #B3B3B3. Windows color (decimal): -14877998 or 13826588. OLE color: 13826588.
HSL color Cylindrical-coordinate representation of color #1CFAD2: hue angle of 169.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFAD2 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 210 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.02 |
| HSL | 169.19º | 0.96% | 0.55% | - |
| HSV(B) | 169.19º | 0.89% | 0.98% | - |
| XYZ | 46.3 | 73.27 | 72.68 | - |
| YUV | 179.06 | 145.45 | 20.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 210 | 0.89 | 0 | 0.16 | 0.02 | 169.19 | 0.96 | 0.55 |
| Hex | 1C | FA | D2 | 59 | 0 | 10 | 2 | A9 | 60 | 37 |
| Octal | 34 | 372 | 322 | 131 | 0 | 20 | 2 | 251 | 140 | 67 |
| Binary | 11100 | 11111010 | 11010010 | 1011001 | 0 | 10000 | 10 | 10101001 | 1100000 | 110111 |
Color Harmonies of #1CFAD2
Complementary color
Monochromatic Colors of #1CFAD2
Black with #1CFAD2
Text Example
Text Example
White with #1CFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAD2; }
p { color: rgb(28,250,210); }
H1.HeaderClassName
{
color: #1CFAD2;
}
.AnyTagClassName
{
color: #1CFAD2;
}
</style>
background-color css
<style>
a { background-color: #1CFAD2; }
a { background-color: rgb(28,250,210); }
div.DivClassName
{
background-color: #1CFAD2;
}
.BgClassName
{
background-color: #1CFAD2;
}
</style>
border-color css
<style>
span { border-color: #1CFAD2; }
span { border-color: rgb(28,250,210); }
td.TdClassName
{
border-color: #1CFAD2;
}
.TagClassName
{
border-color: #1CFAD2;
}
</style>