Shades of Turquoise #30DFFF
Tints of Turquoise #30DFFF
RGB
CMYK
RGB Variations
Color information
#30DFFF (or 0x30DFFF) is known color: Turquoise. HEX triplet: 30, DF and FF. RGB value is (48,223,255). Sum of RGB (Red+Green+Blue) = 48+223+255=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #30DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFFF is #CF2000. Grayscale: #AEAEAE. Windows color (decimal): -13574145 or 16768816. OLE color: 16768816.
HSL color Cylindrical-coordinate representation of color #30DFFF: hue angle of 189.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DFFF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 223 | 255 | - |
| CMYK | 0.81 | 0.13 | 0 | 0 |
| HSL | 189.28º | 1% | 0.59% | - |
| HSV(B) | 189.28º | 0.81% | 1% | - |
| XYZ | 45.66 | 60.62 | 103.9 | - |
| YUV | 174.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 255 | 0.81 | 0.13 | 0 | 0 | 189.28 | 1 | 0.59 |
| Hex | 30 | DF | FF | 51 | D | 0 | 0 | BD | 64 | 3B |
| Octal | 60 | 337 | 377 | 121 | 15 | 0 | 0 | 275 | 144 | 73 |
| Binary | 110000 | 11011111 | 11111111 | 1010001 | 1101 | 0 | 0 | 10111101 | 1100100 | 111011 |
Color Harmonies of #30DFFF
Complementary color
Monochromatic Colors of #30DFFF
Black with #30DFFF
Text Example
Text Example
White with #30DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFFF; }
p { color: rgb(48,223,255); }
H1.HeaderClassName
{
color: #30DFFF;
}
.AnyTagClassName
{
color: #30DFFF;
}
</style>
background-color css
<style>
a { background-color: #30DFFF; }
a { background-color: rgb(48,223,255); }
div.DivClassName
{
background-color: #30DFFF;
}
.BgClassName
{
background-color: #30DFFF;
}
</style>
border-color css
<style>
span { border-color: #30DFFF; }
span { border-color: rgb(48,223,255); }
td.TdClassName
{
border-color: #30DFFF;
}
.TagClassName
{
border-color: #30DFFF;
}
</style>