Shades of Turquoise #30CFDF
Tints of Turquoise #30CFDF
RGB
CMYK
RGB Variations
Color information
#30CFDF (or 0x30CFDF) is known color: Turquoise. HEX triplet: 30, CF and DF. RGB value is (48,207,223). Sum of RGB (Red+Green+Blue) = 48+207+223=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #30CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFDF is #CF3020. Grayscale: #A1A1A1. Windows color (decimal): -13578273 or 14667568. OLE color: 14667568.
HSL color Cylindrical-coordinate representation of color #30CFDF: hue angle of 185.49º degrees, saturation: 0.73, 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 #30CFDF is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 207 | 223 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.13 |
| HSL | 185.49º | 0.73% | 0.53% | - |
| HSV(B) | 185.49º | 0.78% | 0.87% | - |
| XYZ | 36.85 | 50.58 | 77.63 | - |
| YUV | 161.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 223 | 0.78 | 0.07 | 0 | 0.13 | 185.49 | 0.73 | 0.53 |
| Hex | 30 | CF | DF | 4E | 7 | 0 | D | B9 | 49 | 35 |
| Octal | 60 | 317 | 337 | 116 | 7 | 0 | 15 | 271 | 111 | 65 |
| Binary | 110000 | 11001111 | 11011111 | 1001110 | 111 | 0 | 1101 | 10111001 | 1001001 | 110101 |
Color Harmonies of #30CFDF
Complementary color
Monochromatic Colors of #30CFDF
Black with #30CFDF
Text Example
Text Example
White with #30CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFDF; }
p { color: rgb(48,207,223); }
H1.HeaderClassName
{
color: #30CFDF;
}
.AnyTagClassName
{
color: #30CFDF;
}
</style>
background-color css
<style>
a { background-color: #30CFDF; }
a { background-color: rgb(48,207,223); }
div.DivClassName
{
background-color: #30CFDF;
}
.BgClassName
{
background-color: #30CFDF;
}
</style>
border-color css
<style>
span { border-color: #30CFDF; }
span { border-color: rgb(48,207,223); }
td.TdClassName
{
border-color: #30CFDF;
}
.TagClassName
{
border-color: #30CFDF;
}
</style>