Shades of Bright Turquoise #1CDFCA
Tints of Bright Turquoise #1CDFCA
RGB
CMYK
RGB Variations
Color information
#1CDFCA (or 0x1CDFCA) is known color: Bright Turquoise. HEX triplet: 1C, DF and CA. RGB value is (28,223,202). Sum of RGB (Red+Green+Blue) = 28+223+202=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDFCA is #E32035. Grayscale: #A2A2A2. Windows color (decimal): -14884918 or 13295388. OLE color: 13295388.
HSL color Cylindrical-coordinate representation of color #1CDFCA: hue angle of 173.54º 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 #1CDFCA is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 202 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.13 |
| HSL | 173.54º | 0.78% | 0.49% | - |
| HSV(B) | 173.54º | 0.87% | 0.87% | - |
| XYZ | 37.53 | 57.29 | 64.96 | - |
| YUV | 162.3 | 150.4 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 202 | 0.87 | 0 | 0.09 | 0.13 | 173.54 | 0.78 | 0.49 |
| Hex | 1C | DF | CA | 57 | 0 | 9 | D | AE | 4E | 31 |
| Octal | 34 | 337 | 312 | 127 | 0 | 11 | 15 | 256 | 116 | 61 |
| Binary | 11100 | 11011111 | 11001010 | 1010111 | 0 | 1001 | 1101 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1CDFCA
Complementary color
Monochromatic Colors of #1CDFCA
Black with #1CDFCA
Text Example
Text Example
White with #1CDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFCA; }
p { color: rgb(28,223,202); }
H1.HeaderClassName
{
color: #1CDFCA;
}
.AnyTagClassName
{
color: #1CDFCA;
}
</style>
background-color css
<style>
a { background-color: #1CDFCA; }
a { background-color: rgb(28,223,202); }
div.DivClassName
{
background-color: #1CDFCA;
}
.BgClassName
{
background-color: #1CDFCA;
}
</style>
border-color css
<style>
span { border-color: #1CDFCA; }
span { border-color: rgb(28,223,202); }
td.TdClassName
{
border-color: #1CDFCA;
}
.TagClassName
{
border-color: #1CDFCA;
}
</style>