Shades of Turquoise #30DCFF
Tints of Turquoise #30DCFF
RGB
CMYK
RGB Variations
Color information
#30DCFF (or 0x30DCFF) is known color: Turquoise. HEX triplet: 30, DC and FF. RGB value is (48,220,255). Sum of RGB (Red+Green+Blue) = 48+220+255=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #30DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCFF is #CF2300. Grayscale: #ACACAC. Windows color (decimal): -13574913 or 16768048. OLE color: 16768048.
HSL color Cylindrical-coordinate representation of color #30DCFF: hue angle of 190.14º 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 #30DCFF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 220 | 255 | - |
| CMYK | 0.81 | 0.14 | 0 | 0 |
| HSL | 190.14º | 1% | 0.59% | - |
| HSV(B) | 190.14º | 0.81% | 1% | - |
| XYZ | 44.86 | 59.03 | 103.64 | - |
| YUV | 172.56 | 174.52 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 255 | 0.81 | 0.14 | 0 | 0 | 190.14 | 1 | 0.59 |
| Hex | 30 | DC | FF | 51 | E | 0 | 0 | BE | 64 | 3B |
| Octal | 60 | 334 | 377 | 121 | 16 | 0 | 0 | 276 | 144 | 73 |
| Binary | 110000 | 11011100 | 11111111 | 1010001 | 1110 | 0 | 0 | 10111110 | 1100100 | 111011 |
Color Harmonies of #30DCFF
Complementary color
Monochromatic Colors of #30DCFF
Black with #30DCFF
Text Example
Text Example
White with #30DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCFF; }
p { color: rgb(48,220,255); }
H1.HeaderClassName
{
color: #30DCFF;
}
.AnyTagClassName
{
color: #30DCFF;
}
</style>
background-color css
<style>
a { background-color: #30DCFF; }
a { background-color: rgb(48,220,255); }
div.DivClassName
{
background-color: #30DCFF;
}
.BgClassName
{
background-color: #30DCFF;
}
</style>
border-color css
<style>
span { border-color: #30DCFF; }
span { border-color: rgb(48,220,255); }
td.TdClassName
{
border-color: #30DCFF;
}
.TagClassName
{
border-color: #30DCFF;
}
</style>