Shades of Turquoise #30F1F2
Tints of Turquoise #30F1F2
RGB
CMYK
RGB Variations
Color information
#30F1F2 (or 0x30F1F2) is known color: Turquoise. HEX triplet: 30, F1 and F2. RGB value is (48,241,242). Sum of RGB (Red+Green+Blue) = 48+241+242=531 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.04% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #30F1F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F1F2 is #CF0E0D. Grayscale: #B7B7B7. Windows color (decimal): -13569550 or 15921456. OLE color: 15921456.
HSL color Cylindrical-coordinate representation of color #30F1F2: hue angle of 180.31º degrees, saturation: 0.88, 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 #30F1F2 is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 242 | - |
| CMYK | 0.80 | 0.00 | 0 | 0.05 |
| HSL | 180.31º | 0.88% | 0.57% | - |
| HSV(B) | 180.31º | 0.8% | 0.95% | - |
| XYZ | 48.7 | 69.95 | 94.94 | - |
| YUV | 183.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 242 | 0.80 | 0.00 | 0 | 0.05 | 180.31 | 0.88 | 0.57 |
| Hex | 30 | F1 | F2 | 50 | 0 | 0 | 5 | B4 | 58 | 39 |
| Octal | 60 | 361 | 362 | 120 | 0 | 0 | 5 | 264 | 130 | 71 |
| Binary | 110000 | 11110001 | 11110010 | 1010000 | 0 | 0 | 101 | 10110100 | 1011000 | 111001 |
Color Harmonies of #30F1F2
Complementary color
Monochromatic Colors of #30F1F2
Black with #30F1F2
Text Example
Text Example
White with #30F1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1F2; }
p { color: rgb(48,241,242); }
H1.HeaderClassName
{
color: #30F1F2;
}
.AnyTagClassName
{
color: #30F1F2;
}
</style>
background-color css
<style>
a { background-color: #30F1F2; }
a { background-color: rgb(48,241,242); }
div.DivClassName
{
background-color: #30F1F2;
}
.BgClassName
{
background-color: #30F1F2;
}
</style>
border-color css
<style>
span { border-color: #30F1F2; }
span { border-color: rgb(48,241,242); }
td.TdClassName
{
border-color: #30F1F2;
}
.TagClassName
{
border-color: #30F1F2;
}
</style>