Shades of Turquoise #2ACFDF
Tints of Turquoise #2ACFDF
RGB
CMYK
RGB Variations
Color information
#2ACFDF (or 0x2ACFDF) is known color: Turquoise. HEX triplet: 2A, CF and DF. RGB value is (42,207,223). Sum of RGB (Red+Green+Blue) = 42+207+223=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ACFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFDF is #D53020. Grayscale: #9F9F9F. Windows color (decimal): -13971489 or 14667562. OLE color: 14667562.
HSL color Cylindrical-coordinate representation of color #2ACFDF: hue angle of 185.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACFDF is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 207 | 223 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.13 |
| HSL | 185.3º | 0.74% | 0.52% | - |
| HSV(B) | 185.3º | 0.81% | 0.87% | - |
| XYZ | 36.59 | 50.45 | 77.62 | - |
| YUV | 159.49 | 163.84 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 223 | 0.81 | 0.07 | 0 | 0.13 | 185.3 | 0.74 | 0.52 |
| Hex | 2A | CF | DF | 51 | 7 | 0 | D | B9 | 4A | 34 |
| Octal | 52 | 317 | 337 | 121 | 7 | 0 | 15 | 271 | 112 | 64 |
| Binary | 101010 | 11001111 | 11011111 | 1010001 | 111 | 0 | 1101 | 10111001 | 1001010 | 110100 |
Color Harmonies of #2ACFDF
Complementary color
Monochromatic Colors of #2ACFDF
Black with #2ACFDF
Text Example
Text Example
White with #2ACFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFDF; }
p { color: rgb(42,207,223); }
H1.HeaderClassName
{
color: #2ACFDF;
}
.AnyTagClassName
{
color: #2ACFDF;
}
</style>
background-color css
<style>
a { background-color: #2ACFDF; }
a { background-color: rgb(42,207,223); }
div.DivClassName
{
background-color: #2ACFDF;
}
.BgClassName
{
background-color: #2ACFDF;
}
</style>
border-color css
<style>
span { border-color: #2ACFDF; }
span { border-color: rgb(42,207,223); }
td.TdClassName
{
border-color: #2ACFDF;
}
.TagClassName
{
border-color: #2ACFDF;
}
</style>