Shades of Bright Turquoise #1CDDFD
Tints of Bright Turquoise #1CDDFD
RGB
CMYK
RGB Variations
Color information
#1CDDFD (or 0x1CDDFD) is known color: Bright Turquoise. HEX triplet: 1C, DD and FD. RGB value is (28,221,253). Sum of RGB (Red+Green+Blue) = 28+221+253=502 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.58% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDDFD is #E32202. Grayscale: #A6A6A6. Windows color (decimal): -14885379 or 16637212. OLE color: 16637212.
HSL color Cylindrical-coordinate representation of color #1CDDFD: hue angle of 188.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDDFD is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 221 | 253 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.01 |
| HSL | 188.53º | 0.98% | 0.55% | - |
| HSV(B) | 188.53º | 0.89% | 0.99% | - |
| XYZ | 44.06 | 59.05 | 102 | - |
| YUV | 166.94 | 176.56 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 253 | 0.89 | 0.13 | 0 | 0.01 | 188.53 | 0.98 | 0.55 |
| Hex | 1C | DD | FD | 59 | D | 0 | 1 | BD | 62 | 37 |
| Octal | 34 | 335 | 375 | 131 | 15 | 0 | 1 | 275 | 142 | 67 |
| Binary | 11100 | 11011101 | 11111101 | 1011001 | 1101 | 0 | 1 | 10111101 | 1100010 | 110111 |
Color Harmonies of #1CDDFD
Complementary color
Monochromatic Colors of #1CDDFD
Black with #1CDDFD
Text Example
Text Example
White with #1CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDFD; }
p { color: rgb(28,221,253); }
H1.HeaderClassName
{
color: #1CDDFD;
}
.AnyTagClassName
{
color: #1CDDFD;
}
</style>
background-color css
<style>
a { background-color: #1CDDFD; }
a { background-color: rgb(28,221,253); }
div.DivClassName
{
background-color: #1CDDFD;
}
.BgClassName
{
background-color: #1CDDFD;
}
</style>
border-color css
<style>
span { border-color: #1CDDFD; }
span { border-color: rgb(28,221,253); }
td.TdClassName
{
border-color: #1CDDFD;
}
.TagClassName
{
border-color: #1CDDFD;
}
</style>