Shades of Bright Turquoise #1CE2FD
Tints of Bright Turquoise #1CE2FD
RGB
CMYK
RGB Variations
Color information
#1CE2FD (or 0x1CE2FD) is known color: Bright Turquoise. HEX triplet: 1C, E2 and FD. RGB value is (28,226,253). Sum of RGB (Red+Green+Blue) = 28+226+253=507 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.52% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CE2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE2FD is #E31D02. Grayscale: #A9A9A9. Windows color (decimal): -14884099 or 16638492. OLE color: 16638492.
HSL color Cylindrical-coordinate representation of color #1CE2FD: hue angle of 187.2º 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 #1CE2FD is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 226 | 253 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.01 |
| HSL | 187.2º | 0.98% | 0.55% | - |
| HSV(B) | 187.2º | 0.89% | 0.99% | - |
| XYZ | 45.4 | 61.73 | 102.45 | - |
| YUV | 169.88 | 174.9 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 253 | 0.89 | 0.11 | 0 | 0.01 | 187.2 | 0.98 | 0.55 |
| Hex | 1C | E2 | FD | 59 | B | 0 | 1 | BB | 62 | 37 |
| Octal | 34 | 342 | 375 | 131 | 13 | 0 | 1 | 273 | 142 | 67 |
| Binary | 11100 | 11100010 | 11111101 | 1011001 | 1011 | 0 | 1 | 10111011 | 1100010 | 110111 |
Color Harmonies of #1CE2FD
Complementary color
Monochromatic Colors of #1CE2FD
Black with #1CE2FD
Text Example
Text Example
White with #1CE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE2FD; }
p { color: rgb(28,226,253); }
H1.HeaderClassName
{
color: #1CE2FD;
}
.AnyTagClassName
{
color: #1CE2FD;
}
</style>
background-color css
<style>
a { background-color: #1CE2FD; }
a { background-color: rgb(28,226,253); }
div.DivClassName
{
background-color: #1CE2FD;
}
.BgClassName
{
background-color: #1CE2FD;
}
</style>
border-color css
<style>
span { border-color: #1CE2FD; }
span { border-color: rgb(28,226,253); }
td.TdClassName
{
border-color: #1CE2FD;
}
.TagClassName
{
border-color: #1CE2FD;
}
</style>