Shades of Bright Turquoise #1CDFDA
Tints of Bright Turquoise #1CDFDA
RGB
CMYK
RGB Variations
Color information
#1CDFDA (or 0x1CDFDA) is known color: Bright Turquoise. HEX triplet: 1C, DF and DA. RGB value is (28,223,218). Sum of RGB (Red+Green+Blue) = 28+223+218=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFDA is #E32025. Grayscale: #A3A3A3. Windows color (decimal): -14884902 or 14343964. OLE color: 14343964.
HSL color Cylindrical-coordinate representation of color #1CDFDA: hue angle of 178.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDFDA is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 218 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.46º | 0.78% | 0.49% | - |
| HSV(B) | 178.46º | 0.87% | 0.87% | - |
| XYZ | 39.52 | 58.08 | 75.46 | - |
| YUV | 164.13 | 158.4 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 218 | 0.87 | 0 | 0.02 | 0.13 | 178.46 | 0.78 | 0.49 |
| Hex | 1C | DF | DA | 57 | 0 | 2 | D | B2 | 4E | 31 |
| Octal | 34 | 337 | 332 | 127 | 0 | 2 | 15 | 262 | 116 | 61 |
| Binary | 11100 | 11011111 | 11011010 | 1010111 | 0 | 10 | 1101 | 10110010 | 1001110 | 110001 |
Color Harmonies of #1CDFDA
Complementary color
Monochromatic Colors of #1CDFDA
Black with #1CDFDA
Text Example
Text Example
White with #1CDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFDA; }
p { color: rgb(28,223,218); }
H1.HeaderClassName
{
color: #1CDFDA;
}
.AnyTagClassName
{
color: #1CDFDA;
}
</style>
background-color css
<style>
a { background-color: #1CDFDA; }
a { background-color: rgb(28,223,218); }
div.DivClassName
{
background-color: #1CDFDA;
}
.BgClassName
{
background-color: #1CDFDA;
}
</style>
border-color css
<style>
span { border-color: #1CDFDA; }
span { border-color: rgb(28,223,218); }
td.TdClassName
{
border-color: #1CDFDA;
}
.TagClassName
{
border-color: #1CDFDA;
}
</style>