Shades of Turquoise #30F3CF
Tints of Turquoise #30F3CF
RGB
CMYK
RGB Variations
Color information
#30F3CF (or 0x30F3CF) is known color: Turquoise. HEX triplet: 30, F3 and CF. RGB value is (48,243,207). Sum of RGB (Red+Green+Blue) = 48+243+207=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3CF is #CF0C30. Grayscale: #B4B4B4. Windows color (decimal): -13569073 or 13628208. OLE color: 13628208.
HSL color Cylindrical-coordinate representation of color #30F3CF: hue angle of 168.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3CF is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 207 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.05 |
| HSL | 168.92º | 0.89% | 0.57% | - |
| HSV(B) | 168.92º | 0.8% | 0.95% | - |
| XYZ | 44.53 | 69.23 | 70.05 | - |
| YUV | 180.59 | 142.9 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 207 | 0.80 | 0 | 0.15 | 0.05 | 168.92 | 0.89 | 0.57 |
| Hex | 30 | F3 | CF | 50 | 0 | F | 5 | A9 | 59 | 39 |
| Octal | 60 | 363 | 317 | 120 | 0 | 17 | 5 | 251 | 131 | 71 |
| Binary | 110000 | 11110011 | 11001111 | 1010000 | 0 | 1111 | 101 | 10101001 | 1011001 | 111001 |
Color Harmonies of #30F3CF
Complementary color
Monochromatic Colors of #30F3CF
Black with #30F3CF
Text Example
Text Example
White with #30F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F3CF; }
p { color: rgb(48,243,207); }
H1.HeaderClassName
{
color: #30F3CF;
}
.AnyTagClassName
{
color: #30F3CF;
}
</style>
background-color css
<style>
a { background-color: #30F3CF; }
a { background-color: rgb(48,243,207); }
div.DivClassName
{
background-color: #30F3CF;
}
.BgClassName
{
background-color: #30F3CF;
}
</style>
border-color css
<style>
span { border-color: #30F3CF; }
span { border-color: rgb(48,243,207); }
td.TdClassName
{
border-color: #30F3CF;
}
.TagClassName
{
border-color: #30F3CF;
}
</style>