Shades of Bright Turquoise #2DFFF0
Tints of Bright Turquoise #2DFFF0
RGB
CMYK
RGB Variations
Color information
#2DFFF0 (or 0x2DFFF0) is known color: Bright Turquoise. HEX triplet: 2D, FF and F0. RGB value is (45,255,240). Sum of RGB (Red+Green+Blue) = 45+255+240=540 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.33% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFFF0 is #D2000F. Grayscale: #BEBEBE. Windows color (decimal): -13762576 or 15793965. OLE color: 15793965.
HSL color Cylindrical-coordinate representation of color #2DFFF0: hue angle of 175.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFF0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 240 | - |
| CMYK | 0.82 | 0 | 0.06 | 0 |
| HSL | 175.71º | 1% | 0.59% | - |
| HSV(B) | 175.71º | 0.82% | 1% | - |
| XYZ | 52.57 | 78.37 | 94.79 | - |
| YUV | 190.5 | 155.93 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 240 | 0.82 | 0 | 0.06 | 0 | 175.71 | 1 | 0.59 |
| Hex | 2D | FF | F0 | 52 | 0 | 6 | 0 | B0 | 64 | 3B |
| Octal | 55 | 377 | 360 | 122 | 0 | 6 | 0 | 260 | 144 | 73 |
| Binary | 101101 | 11111111 | 11110000 | 1010010 | 0 | 110 | 0 | 10110000 | 1100100 | 111011 |
Color Harmonies of #2DFFF0
Complementary color
Monochromatic Colors of #2DFFF0
Black with #2DFFF0
Text Example
Text Example
White with #2DFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFF0; }
p { color: rgb(45,255,240); }
H1.HeaderClassName
{
color: #2DFFF0;
}
.AnyTagClassName
{
color: #2DFFF0;
}
</style>
background-color css
<style>
a { background-color: #2DFFF0; }
a { background-color: rgb(45,255,240); }
div.DivClassName
{
background-color: #2DFFF0;
}
.BgClassName
{
background-color: #2DFFF0;
}
</style>
border-color css
<style>
span { border-color: #2DFFF0; }
span { border-color: rgb(45,255,240); }
td.TdClassName
{
border-color: #2DFFF0;
}
.TagClassName
{
border-color: #2DFFF0;
}
</style>