Shades of Bright Turquoise #1CDFFD
Tints of Bright Turquoise #1CDFFD
RGB
CMYK
RGB Variations
Color information
#1CDFFD (or 0x1CDFFD) is known color: Bright Turquoise. HEX triplet: 1C, DF and FD. RGB value is (28,223,253). Sum of RGB (Red+Green+Blue) = 28+223+253=504 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.56% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDFFD is #E32002. Grayscale: #A7A7A7. Windows color (decimal): -14884867 or 16637724. OLE color: 16637724.
HSL color Cylindrical-coordinate representation of color #1CDFFD: hue angle of 188º 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 #1CDFFD is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 223 | 253 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.01 |
| HSL | 188º | 0.98% | 0.55% | - |
| HSV(B) | 188º | 0.89% | 0.99% | - |
| XYZ | 44.6 | 60.11 | 102.18 | - |
| YUV | 168.12 | 175.9 | 28.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 253 | 0.89 | 0.12 | 0 | 0.01 | 188 | 0.98 | 0.55 |
| Hex | 1C | DF | FD | 59 | C | 0 | 1 | BC | 62 | 37 |
| Octal | 34 | 337 | 375 | 131 | 14 | 0 | 1 | 274 | 142 | 67 |
| Binary | 11100 | 11011111 | 11111101 | 1011001 | 1100 | 0 | 1 | 10111100 | 1100010 | 110111 |
Color Harmonies of #1CDFFD
Complementary color
Monochromatic Colors of #1CDFFD
Black with #1CDFFD
Text Example
Text Example
White with #1CDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFFD; }
p { color: rgb(28,223,253); }
H1.HeaderClassName
{
color: #1CDFFD;
}
.AnyTagClassName
{
color: #1CDFFD;
}
</style>
background-color css
<style>
a { background-color: #1CDFFD; }
a { background-color: rgb(28,223,253); }
div.DivClassName
{
background-color: #1CDFFD;
}
.BgClassName
{
background-color: #1CDFFD;
}
</style>
border-color css
<style>
span { border-color: #1CDFFD; }
span { border-color: rgb(28,223,253); }
td.TdClassName
{
border-color: #1CDFFD;
}
.TagClassName
{
border-color: #1CDFFD;
}
</style>