Shades of Turquoise #25CFDE
Tints of Turquoise #25CFDE
RGB
CMYK
RGB Variations
Color information
#25CFDE (or 0x25CFDE) is known color: Turquoise. HEX triplet: 25, CF and DE. RGB value is (37,207,222). Sum of RGB (Red+Green+Blue) = 37+207+222=466 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.94% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #25CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFDE is #DA3021. Grayscale: #9D9D9D. Windows color (decimal): -14299170 or 14602021. OLE color: 14602021.
HSL color Cylindrical-coordinate representation of color #25CFDE: hue angle of 184.86º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CFDE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 207 | 222 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.13 |
| HSL | 184.86º | 0.74% | 0.51% | - |
| HSV(B) | 184.86º | 0.83% | 0.87% | - |
| XYZ | 36.26 | 50.29 | 76.9 | - |
| YUV | 157.88 | 164.18 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 222 | 0.83 | 0.07 | 0 | 0.13 | 184.86 | 0.74 | 0.51 |
| Hex | 25 | CF | DE | 53 | 7 | 0 | D | B9 | 4A | 33 |
| Octal | 45 | 317 | 336 | 123 | 7 | 0 | 15 | 271 | 112 | 63 |
| Binary | 100101 | 11001111 | 11011110 | 1010011 | 111 | 0 | 1101 | 10111001 | 1001010 | 110011 |
Color Harmonies of #25CFDE
Complementary color
Monochromatic Colors of #25CFDE
Black with #25CFDE
Text Example
Text Example
White with #25CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFDE; }
p { color: rgb(37,207,222); }
H1.HeaderClassName
{
color: #25CFDE;
}
.AnyTagClassName
{
color: #25CFDE;
}
</style>
background-color css
<style>
a { background-color: #25CFDE; }
a { background-color: rgb(37,207,222); }
div.DivClassName
{
background-color: #25CFDE;
}
.BgClassName
{
background-color: #25CFDE;
}
</style>
border-color css
<style>
span { border-color: #25CFDE; }
span { border-color: rgb(37,207,222); }
td.TdClassName
{
border-color: #25CFDE;
}
.TagClassName
{
border-color: #25CFDE;
}
</style>