Shades of Bright Turquoise #2CFAEE
Tints of Bright Turquoise #2CFAEE
RGB
CMYK
RGB Variations
Color information
#2CFAEE (or 0x2CFAEE) is known color: Bright Turquoise. HEX triplet: 2C, FA and EE. RGB value is (44,250,238). Sum of RGB (Red+Green+Blue) = 44+250+238=532 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.27% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFAEE is #D30511. Grayscale: #BABABA. Windows color (decimal): -13829394 or 15661612. OLE color: 15661612.
HSL color Cylindrical-coordinate representation of color #2CFAEE: hue angle of 176.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFAEE is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 238 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.02 |
| HSL | 176.5º | 0.95% | 0.58% | - |
| HSV(B) | 176.5º | 0.82% | 0.98% | - |
| XYZ | 50.66 | 75.08 | 92.71 | - |
| YUV | 187.04 | 156.75 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 238 | 0.82 | 0 | 0.05 | 0.02 | 176.5 | 0.95 | 0.58 |
| Hex | 2C | FA | EE | 52 | 0 | 5 | 2 | B1 | 5F | 3A |
| Octal | 54 | 372 | 356 | 122 | 0 | 5 | 2 | 261 | 137 | 72 |
| Binary | 101100 | 11111010 | 11101110 | 1010010 | 0 | 101 | 10 | 10110001 | 1011111 | 111010 |
Color Harmonies of #2CFAEE
Complementary color
Monochromatic Colors of #2CFAEE
Black with #2CFAEE
Text Example
Text Example
White with #2CFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAEE; }
p { color: rgb(44,250,238); }
H1.HeaderClassName
{
color: #2CFAEE;
}
.AnyTagClassName
{
color: #2CFAEE;
}
</style>
background-color css
<style>
a { background-color: #2CFAEE; }
a { background-color: rgb(44,250,238); }
div.DivClassName
{
background-color: #2CFAEE;
}
.BgClassName
{
background-color: #2CFAEE;
}
</style>
border-color css
<style>
span { border-color: #2CFAEE; }
span { border-color: rgb(44,250,238); }
td.TdClassName
{
border-color: #2CFAEE;
}
.TagClassName
{
border-color: #2CFAEE;
}
</style>