Shades of Bright Turquoise #1BF6CC
Tints of Bright Turquoise #1BF6CC
RGB
CMYK
RGB Variations
Color information
#1BF6CC (or 0x1BF6CC) is known color: Bright Turquoise. HEX triplet: 1B, F6 and CC. RGB value is (27,246,204). Sum of RGB (Red+Green+Blue) = 27+246+204=477 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.66% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #1BF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF6CC is #E40933. Grayscale: #AFAFAF. Windows color (decimal): -14944564 or 13432347. OLE color: 13432347.
HSL color Cylindrical-coordinate representation of color #1BF6CC: hue angle of 168.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF6CC is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 246 | 204 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.04 |
| HSL | 168.49º | 0.92% | 0.54% | - |
| HSV(B) | 168.49º | 0.89% | 0.96% | - |
| XYZ | 44.31 | 70.5 | 68.4 | - |
| YUV | 175.73 | 143.95 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 246 | 204 | 0.89 | 0 | 0.17 | 0.04 | 168.49 | 0.92 | 0.54 |
| Hex | 1B | F6 | CC | 59 | 0 | 11 | 4 | A8 | 5C | 36 |
| Octal | 33 | 366 | 314 | 131 | 0 | 21 | 4 | 250 | 134 | 66 |
| Binary | 11011 | 11110110 | 11001100 | 1011001 | 0 | 10001 | 100 | 10101000 | 1011100 | 110110 |
Color Harmonies of #1BF6CC
Complementary color
Monochromatic Colors of #1BF6CC
Black with #1BF6CC
Text Example
Text Example
White with #1BF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF6CC; }
p { color: rgb(27,246,204); }
H1.HeaderClassName
{
color: #1BF6CC;
}
.AnyTagClassName
{
color: #1BF6CC;
}
</style>
background-color css
<style>
a { background-color: #1BF6CC; }
a { background-color: rgb(27,246,204); }
div.DivClassName
{
background-color: #1BF6CC;
}
.BgClassName
{
background-color: #1BF6CC;
}
</style>
border-color css
<style>
span { border-color: #1BF6CC; }
span { border-color: rgb(27,246,204); }
td.TdClassName
{
border-color: #1BF6CC;
}
.TagClassName
{
border-color: #1BF6CC;
}
</style>