Shades of Bright Turquoise #25FFD2
Tints of Bright Turquoise #25FFD2
RGB
CMYK
RGB Variations
Color information
#25FFD2 (or 0x25FFD2) is known color: Bright Turquoise. HEX triplet: 25, FF and D2. RGB value is (37,255,210). Sum of RGB (Red+Green+Blue) = 37+255+210=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFD2 is #DA002D. Grayscale: #B8B8B8. Windows color (decimal): -14286894 or 13827877. OLE color: 13827877.
HSL color Cylindrical-coordinate representation of color #25FFD2: hue angle of 167.61º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFD2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 210 | - |
| CMYK | 0.85 | 0 | 0.18 | 0 |
| HSL | 167.61º | 1% | 0.57% | - |
| HSV(B) | 167.61º | 0.85% | 1% | - |
| XYZ | 48.16 | 76.57 | 73.21 | - |
| YUV | 184.69 | 142.28 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 210 | 0.85 | 0 | 0.18 | 0 | 167.61 | 1 | 0.57 |
| Hex | 25 | FF | D2 | 55 | 0 | 12 | 0 | A8 | 64 | 39 |
| Octal | 45 | 377 | 322 | 125 | 0 | 22 | 0 | 250 | 144 | 71 |
| Binary | 100101 | 11111111 | 11010010 | 1010101 | 0 | 10010 | 0 | 10101000 | 1100100 | 111001 |
Color Harmonies of #25FFD2
Complementary color
Monochromatic Colors of #25FFD2
Black with #25FFD2
Text Example
Text Example
White with #25FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFD2; }
p { color: rgb(37,255,210); }
H1.HeaderClassName
{
color: #25FFD2;
}
.AnyTagClassName
{
color: #25FFD2;
}
</style>
background-color css
<style>
a { background-color: #25FFD2; }
a { background-color: rgb(37,255,210); }
div.DivClassName
{
background-color: #25FFD2;
}
.BgClassName
{
background-color: #25FFD2;
}
</style>
border-color css
<style>
span { border-color: #25FFD2; }
span { border-color: rgb(37,255,210); }
td.TdClassName
{
border-color: #25FFD2;
}
.TagClassName
{
border-color: #25FFD2;
}
</style>