Shades of Turquoise #30DFF4
Tints of Turquoise #30DFF4
RGB
CMYK
RGB Variations
Color information
#30DFF4 (or 0x30DFF4) is known color: Turquoise. HEX triplet: 30, DF and F4. RGB value is (48,223,244). Sum of RGB (Red+Green+Blue) = 48+223+244=515 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.32% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #30DFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFF4 is #CF200B. Grayscale: #ACACAC. Windows color (decimal): -13574156 or 16047920. OLE color: 16047920.
HSL color Cylindrical-coordinate representation of color #30DFF4: hue angle of 186.43º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DFF4 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 223 | 244 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.04 |
| HSL | 186.43º | 0.9% | 0.57% | - |
| HSV(B) | 186.43º | 0.8% | 0.96% | - |
| XYZ | 43.94 | 59.94 | 94.84 | - |
| YUV | 173.07 | 168.02 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 244 | 0.80 | 0.09 | 0 | 0.04 | 186.43 | 0.9 | 0.57 |
| Hex | 30 | DF | F4 | 50 | 9 | 0 | 4 | BA | 5A | 39 |
| Octal | 60 | 337 | 364 | 120 | 11 | 0 | 4 | 272 | 132 | 71 |
| Binary | 110000 | 11011111 | 11110100 | 1010000 | 1001 | 0 | 100 | 10111010 | 1011010 | 111001 |
Color Harmonies of #30DFF4
Complementary color
Monochromatic Colors of #30DFF4
Black with #30DFF4
Text Example
Text Example
White with #30DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFF4; }
p { color: rgb(48,223,244); }
H1.HeaderClassName
{
color: #30DFF4;
}
.AnyTagClassName
{
color: #30DFF4;
}
</style>
background-color css
<style>
a { background-color: #30DFF4; }
a { background-color: rgb(48,223,244); }
div.DivClassName
{
background-color: #30DFF4;
}
.BgClassName
{
background-color: #30DFF4;
}
</style>
border-color css
<style>
span { border-color: #30DFF4; }
span { border-color: rgb(48,223,244); }
td.TdClassName
{
border-color: #30DFF4;
}
.TagClassName
{
border-color: #30DFF4;
}
</style>