Shades of Bright Turquoise #21DCFD
Tints of Bright Turquoise #21DCFD
RGB
CMYK
RGB Variations
Color information
#21DCFD (or 0x21DCFD) is known color: Bright Turquoise. HEX triplet: 21, DC and FD. RGB value is (33,220,253). Sum of RGB (Red+Green+Blue) = 33+220+253=506 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.52% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #21DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DCFD is #DE2302. Grayscale: #A7A7A7. Windows color (decimal): -14557955 or 16636961. OLE color: 16636961.
HSL color Cylindrical-coordinate representation of color #21DCFD: hue angle of 189º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DCFD is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 220 | 253 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.01 |
| HSL | 189º | 0.98% | 0.56% | - |
| HSV(B) | 189º | 0.87% | 0.99% | - |
| XYZ | 43.95 | 58.6 | 101.92 | - |
| YUV | 167.85 | 176.05 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 253 | 0.87 | 0.13 | 0 | 0.01 | 189 | 0.98 | 0.56 |
| Hex | 21 | DC | FD | 57 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 41 | 334 | 375 | 127 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 100001 | 11011100 | 11111101 | 1010111 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #21DCFD
Complementary color
Monochromatic Colors of #21DCFD
Black with #21DCFD
Text Example
Text Example
White with #21DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCFD; }
p { color: rgb(33,220,253); }
H1.HeaderClassName
{
color: #21DCFD;
}
.AnyTagClassName
{
color: #21DCFD;
}
</style>
background-color css
<style>
a { background-color: #21DCFD; }
a { background-color: rgb(33,220,253); }
div.DivClassName
{
background-color: #21DCFD;
}
.BgClassName
{
background-color: #21DCFD;
}
</style>
border-color css
<style>
span { border-color: #21DCFD; }
span { border-color: rgb(33,220,253); }
td.TdClassName
{
border-color: #21DCFD;
}
.TagClassName
{
border-color: #21DCFD;
}
</style>