Shades of Turquoise #25CDD3
Tints of Turquoise #25CDD3
RGB
CMYK
RGB Variations
Color information
#25CDD3 (or 0x25CDD3) is known color: Turquoise. HEX triplet: 25, CD and D3. RGB value is (37,205,211). Sum of RGB (Red+Green+Blue) = 37+205+211=453 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.17% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #25CDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDD3 is #DA322C. Grayscale: #9B9B9B. Windows color (decimal): -14299693 or 13880613. OLE color: 13880613.
HSL color Cylindrical-coordinate representation of color #25CDD3: hue angle of 182.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CDD3 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 205 | 211 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.17 |
| HSL | 182.07º | 0.7% | 0.49% | - |
| HSV(B) | 182.07º | 0.82% | 0.83% | - |
| XYZ | 34.35 | 48.76 | 69.23 | - |
| YUV | 155.45 | 159.34 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 211 | 0.82 | 0.03 | 0 | 0.17 | 182.07 | 0.7 | 0.49 |
| Hex | 25 | CD | D3 | 52 | 3 | 0 | 11 | B6 | 46 | 31 |
| Octal | 45 | 315 | 323 | 122 | 3 | 0 | 21 | 266 | 106 | 61 |
| Binary | 100101 | 11001101 | 11010011 | 1010010 | 11 | 0 | 10001 | 10110110 | 1000110 | 110001 |
Color Harmonies of #25CDD3
Complementary color
Monochromatic Colors of #25CDD3
Black with #25CDD3
Text Example
Text Example
White with #25CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDD3; }
p { color: rgb(37,205,211); }
H1.HeaderClassName
{
color: #25CDD3;
}
.AnyTagClassName
{
color: #25CDD3;
}
</style>
background-color css
<style>
a { background-color: #25CDD3; }
a { background-color: rgb(37,205,211); }
div.DivClassName
{
background-color: #25CDD3;
}
.BgClassName
{
background-color: #25CDD3;
}
</style>
border-color css
<style>
span { border-color: #25CDD3; }
span { border-color: rgb(37,205,211); }
td.TdClassName
{
border-color: #25CDD3;
}
.TagClassName
{
border-color: #25CDD3;
}
</style>