Shades of Turquoise #2BF3CC
Tints of Turquoise #2BF3CC
RGB
CMYK
RGB Variations
Color information
#2BF3CC (or 0x2BF3CC) is known color: Turquoise. HEX triplet: 2B, F3 and CC. RGB value is (43,243,204). Sum of RGB (Red+Green+Blue) = 43+243+204=490 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.78% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF3CC is #D40C33. Grayscale: #B2B2B2. Windows color (decimal): -13896756 or 13431595. OLE color: 13431595.
HSL color Cylindrical-coordinate representation of color #2BF3CC: hue angle of 168.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF3CC is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 204 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.05 |
| HSL | 168.3º | 0.89% | 0.56% | - |
| HSV(B) | 168.3º | 0.82% | 0.95% | - |
| XYZ | 43.95 | 68.97 | 68.12 | - |
| YUV | 178.75 | 142.24 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 204 | 0.82 | 0 | 0.16 | 0.05 | 168.3 | 0.89 | 0.56 |
| Hex | 2B | F3 | CC | 52 | 0 | 10 | 5 | A8 | 59 | 38 |
| Octal | 53 | 363 | 314 | 122 | 0 | 20 | 5 | 250 | 131 | 70 |
| Binary | 101011 | 11110011 | 11001100 | 1010010 | 0 | 10000 | 101 | 10101000 | 1011001 | 111000 |
Color Harmonies of #2BF3CC
Complementary color
Monochromatic Colors of #2BF3CC
Black with #2BF3CC
Text Example
Text Example
White with #2BF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF3CC; }
p { color: rgb(43,243,204); }
H1.HeaderClassName
{
color: #2BF3CC;
}
.AnyTagClassName
{
color: #2BF3CC;
}
</style>
background-color css
<style>
a { background-color: #2BF3CC; }
a { background-color: rgb(43,243,204); }
div.DivClassName
{
background-color: #2BF3CC;
}
.BgClassName
{
background-color: #2BF3CC;
}
</style>
border-color css
<style>
span { border-color: #2BF3CC; }
span { border-color: rgb(43,243,204); }
td.TdClassName
{
border-color: #2BF3CC;
}
.TagClassName
{
border-color: #2BF3CC;
}
</style>