Shades of Turquoise #25CBCC
Tints of Turquoise #25CBCC
RGB
CMYK
RGB Variations
Color information
#25CBCC (or 0x25CBCC) is known color: Turquoise. HEX triplet: 25, CB and CC. RGB value is (37,203,204). Sum of RGB (Red+Green+Blue) = 37+203+204=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #25CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CBCC is #DA3433. Grayscale: #999999. Windows color (decimal): -14300212 or 13421349. OLE color: 13421349.
HSL color Cylindrical-coordinate representation of color #25CBCC: hue angle of 180.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CBCC is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 203 | 204 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.2 |
| HSL | 180.36º | 0.69% | 0.47% | - |
| HSV(B) | 180.36º | 0.82% | 0.8% | - |
| XYZ | 33.02 | 47.46 | 64.55 | - |
| YUV | 153.48 | 156.5 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 204 | 0.82 | 0.00 | 0 | 0.2 | 180.36 | 0.69 | 0.47 |
| Hex | 25 | CB | CC | 52 | 0 | 0 | 14 | B4 | 45 | 2F |
| Octal | 45 | 313 | 314 | 122 | 0 | 0 | 24 | 264 | 105 | 57 |
| Binary | 100101 | 11001011 | 11001100 | 1010010 | 0 | 0 | 10100 | 10110100 | 1000101 | 101111 |
Color Harmonies of #25CBCC
Complementary color
Monochromatic Colors of #25CBCC
Black with #25CBCC
Text Example
Text Example
White with #25CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBCC; }
p { color: rgb(37,203,204); }
H1.HeaderClassName
{
color: #25CBCC;
}
.AnyTagClassName
{
color: #25CBCC;
}
</style>
background-color css
<style>
a { background-color: #25CBCC; }
a { background-color: rgb(37,203,204); }
div.DivClassName
{
background-color: #25CBCC;
}
.BgClassName
{
background-color: #25CBCC;
}
</style>
border-color css
<style>
span { border-color: #25CBCC; }
span { border-color: rgb(37,203,204); }
td.TdClassName
{
border-color: #25CBCC;
}
.TagClassName
{
border-color: #25CBCC;
}
</style>