Shades of Turquoise #25CFDA
Tints of Turquoise #25CFDA
RGB
CMYK
RGB Variations
Color information
#25CFDA (or 0x25CFDA) is known color: Turquoise. HEX triplet: 25, CF and DA. RGB value is (37,207,218). Sum of RGB (Red+Green+Blue) = 37+207+218=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #25CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFDA is #DA3025. Grayscale: #9D9D9D. Windows color (decimal): -14299174 or 14339877. OLE color: 14339877.
HSL color Cylindrical-coordinate representation of color #25CFDA: hue angle of 183.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CFDA is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 207 | 218 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.15 |
| HSL | 183.65º | 0.71% | 0.5% | - |
| HSV(B) | 183.65º | 0.83% | 0.85% | - |
| XYZ | 35.73 | 50.08 | 74.11 | - |
| YUV | 157.42 | 162.18 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 218 | 0.83 | 0.05 | 0 | 0.15 | 183.65 | 0.71 | 0.5 |
| Hex | 25 | CF | DA | 53 | 5 | 0 | F | B8 | 47 | 32 |
| Octal | 45 | 317 | 332 | 123 | 5 | 0 | 17 | 270 | 107 | 62 |
| Binary | 100101 | 11001111 | 11011010 | 1010011 | 101 | 0 | 1111 | 10111000 | 1000111 | 110010 |
Color Harmonies of #25CFDA
Complementary color
Monochromatic Colors of #25CFDA
Black with #25CFDA
Text Example
Text Example
White with #25CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFDA; }
p { color: rgb(37,207,218); }
H1.HeaderClassName
{
color: #25CFDA;
}
.AnyTagClassName
{
color: #25CFDA;
}
</style>
background-color css
<style>
a { background-color: #25CFDA; }
a { background-color: rgb(37,207,218); }
div.DivClassName
{
background-color: #25CFDA;
}
.BgClassName
{
background-color: #25CFDA;
}
</style>
border-color css
<style>
span { border-color: #25CFDA; }
span { border-color: rgb(37,207,218); }
td.TdClassName
{
border-color: #25CFDA;
}
.TagClassName
{
border-color: #25CFDA;
}
</style>