Shades of Turquoise #25CECF
Tints of Turquoise #25CECF
RGB
CMYK
RGB Variations
Color information
#25CECF (or 0x25CECF) is known color: Turquoise. HEX triplet: 25, CE and CF. RGB value is (37,206,207). Sum of RGB (Red+Green+Blue) = 37+206+207=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #25CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CECF is #DA3130. Grayscale: #9B9B9B. Windows color (decimal): -14299441 or 13618725. OLE color: 13618725.
HSL color Cylindrical-coordinate representation of color #25CECF: hue angle of 180.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CECF is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 207 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.19 |
| HSL | 180.35º | 0.7% | 0.48% | - |
| HSV(B) | 180.35º | 0.82% | 0.81% | - |
| XYZ | 34.1 | 49.04 | 66.7 | - |
| YUV | 155.58 | 157.01 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 207 | 0.82 | 0.00 | 0 | 0.19 | 180.35 | 0.7 | 0.48 |
| Hex | 25 | CE | CF | 52 | 0 | 0 | 13 | B4 | 46 | 30 |
| Octal | 45 | 316 | 317 | 122 | 0 | 0 | 23 | 264 | 106 | 60 |
| Binary | 100101 | 11001110 | 11001111 | 1010010 | 0 | 0 | 10011 | 10110100 | 1000110 | 110000 |
Color Harmonies of #25CECF
Complementary color
Monochromatic Colors of #25CECF
Black with #25CECF
Text Example
Text Example
White with #25CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CECF; }
p { color: rgb(37,206,207); }
H1.HeaderClassName
{
color: #25CECF;
}
.AnyTagClassName
{
color: #25CECF;
}
</style>
background-color css
<style>
a { background-color: #25CECF; }
a { background-color: rgb(37,206,207); }
div.DivClassName
{
background-color: #25CECF;
}
.BgClassName
{
background-color: #25CECF;
}
</style>
border-color css
<style>
span { border-color: #25CECF; }
span { border-color: rgb(37,206,207); }
td.TdClassName
{
border-color: #25CECF;
}
.TagClassName
{
border-color: #25CECF;
}
</style>