Shades of Turquoise #30CFDE
Tints of Turquoise #30CFDE
RGB
CMYK
RGB Variations
Color information
#30CFDE (or 0x30CFDE) is known color: Turquoise. HEX triplet: 30, CF and DE. RGB value is (48,207,222). Sum of RGB (Red+Green+Blue) = 48+207+222=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #30CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFDE is #CF3021. Grayscale: #A0A0A0. Windows color (decimal): -13578274 or 14602032. OLE color: 14602032.
HSL color Cylindrical-coordinate representation of color #30CFDE: hue angle of 185.17º 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 #30CFDE is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 207 | 222 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.13 |
| HSL | 185.17º | 0.73% | 0.53% | - |
| HSV(B) | 185.17º | 0.78% | 0.87% | - |
| XYZ | 36.72 | 50.53 | 76.92 | - |
| YUV | 161.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 222 | 0.78 | 0.07 | 0 | 0.13 | 185.17 | 0.73 | 0.53 |
| Hex | 30 | CF | DE | 4E | 7 | 0 | D | B9 | 48 | 35 |
| Octal | 60 | 317 | 336 | 116 | 7 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110000 | 11001111 | 11011110 | 1001110 | 111 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #30CFDE
Complementary color
Monochromatic Colors of #30CFDE
Black with #30CFDE
Text Example
Text Example
White with #30CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFDE; }
p { color: rgb(48,207,222); }
H1.HeaderClassName
{
color: #30CFDE;
}
.AnyTagClassName
{
color: #30CFDE;
}
</style>
background-color css
<style>
a { background-color: #30CFDE; }
a { background-color: rgb(48,207,222); }
div.DivClassName
{
background-color: #30CFDE;
}
.BgClassName
{
background-color: #30CFDE;
}
</style>
border-color css
<style>
span { border-color: #30CFDE; }
span { border-color: rgb(48,207,222); }
td.TdClassName
{
border-color: #30CFDE;
}
.TagClassName
{
border-color: #30CFDE;
}
</style>