Shades of Turquoise #30CFDD
Tints of Turquoise #30CFDD
RGB
CMYK
RGB Variations
Color information
#30CFDD (or 0x30CFDD) is known color: Turquoise. HEX triplet: 30, CF and DD. RGB value is (48,207,221). Sum of RGB (Red+Green+Blue) = 48+207+221=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #30CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFDD is #CF3022. Grayscale: #A0A0A0. Windows color (decimal): -13578275 or 14536496. OLE color: 14536496.
HSL color Cylindrical-coordinate representation of color #30CFDD: hue angle of 184.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CFDD is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 207 | 221 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.13 |
| HSL | 184.86º | 0.72% | 0.53% | - |
| HSV(B) | 184.86º | 0.78% | 0.87% | - |
| XYZ | 36.58 | 50.47 | 76.22 | - |
| YUV | 161.06 | 161.82 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 221 | 0.78 | 0.06 | 0 | 0.13 | 184.86 | 0.72 | 0.53 |
| Hex | 30 | CF | DD | 4E | 6 | 0 | D | B9 | 48 | 35 |
| Octal | 60 | 317 | 335 | 116 | 6 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110000 | 11001111 | 11011101 | 1001110 | 110 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #30CFDD
Complementary color
Monochromatic Colors of #30CFDD
Black with #30CFDD
Text Example
Text Example
White with #30CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFDD; }
p { color: rgb(48,207,221); }
H1.HeaderClassName
{
color: #30CFDD;
}
.AnyTagClassName
{
color: #30CFDD;
}
</style>
background-color css
<style>
a { background-color: #30CFDD; }
a { background-color: rgb(48,207,221); }
div.DivClassName
{
background-color: #30CFDD;
}
.BgClassName
{
background-color: #30CFDD;
}
</style>
border-color css
<style>
span { border-color: #30CFDD; }
span { border-color: rgb(48,207,221); }
td.TdClassName
{
border-color: #30CFDD;
}
.TagClassName
{
border-color: #30CFDD;
}
</style>