Shades of Turquoise #30DEF0
Tints of Turquoise #30DEF0
RGB
CMYK
RGB Variations
Color information
#30DEF0 (or 0x30DEF0) is known color: Turquoise. HEX triplet: 30, DE and F0. RGB value is (48,222,240). Sum of RGB (Red+Green+Blue) = 48+222+240=510 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.41% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #30DEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DEF0 is #CF210F. Grayscale: #ABABAB. Windows color (decimal): -13574416 or 15785520. OLE color: 15785520.
HSL color Cylindrical-coordinate representation of color #30DEF0: hue angle of 185.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DEF0 is Cyan = 0.8, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 222 | 240 | - |
| CMYK | 0.8 | 0.08 | 0 | 0.06 |
| HSL | 185.63º | 0.86% | 0.56% | - |
| HSV(B) | 185.63º | 0.8% | 0.94% | - |
| XYZ | 43.07 | 59.16 | 91.59 | - |
| YUV | 172.03 | 166.35 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 240 | 0.8 | 0.08 | 0 | 0.06 | 185.63 | 0.86 | 0.56 |
| Hex | 30 | DE | F0 | 50 | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 60 | 336 | 360 | 120 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 110000 | 11011110 | 11110000 | 1010000 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #30DEF0
Complementary color
Monochromatic Colors of #30DEF0
Black with #30DEF0
Text Example
Text Example
White with #30DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DEF0; }
p { color: rgb(48,222,240); }
H1.HeaderClassName
{
color: #30DEF0;
}
.AnyTagClassName
{
color: #30DEF0;
}
</style>
background-color css
<style>
a { background-color: #30DEF0; }
a { background-color: rgb(48,222,240); }
div.DivClassName
{
background-color: #30DEF0;
}
.BgClassName
{
background-color: #30DEF0;
}
</style>
border-color css
<style>
span { border-color: #30DEF0; }
span { border-color: rgb(48,222,240); }
td.TdClassName
{
border-color: #30DEF0;
}
.TagClassName
{
border-color: #30DEF0;
}
</style>