Shades of Bright Turquoise #1CE1FD
Tints of Bright Turquoise #1CE1FD
RGB
CMYK
RGB Variations
Color information
#1CE1FD (or 0x1CE1FD) is known color: Bright Turquoise. HEX triplet: 1C, E1 and FD. RGB value is (28,225,253). Sum of RGB (Red+Green+Blue) = 28+225+253=506 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.53% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CE1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE1FD is #E31E02. Grayscale: #A8A8A8. Windows color (decimal): -14884355 or 16638236. OLE color: 16638236.
HSL color Cylindrical-coordinate representation of color #1CE1FD: hue angle of 187.47º 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 #1CE1FD is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 225 | 253 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.01 |
| HSL | 187.47º | 0.98% | 0.55% | - |
| HSV(B) | 187.47º | 0.89% | 0.99% | - |
| XYZ | 45.13 | 61.19 | 102.36 | - |
| YUV | 169.29 | 175.23 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 253 | 0.89 | 0.11 | 0 | 0.01 | 187.47 | 0.98 | 0.55 |
| Hex | 1C | E1 | FD | 59 | B | 0 | 1 | BB | 62 | 37 |
| Octal | 34 | 341 | 375 | 131 | 13 | 0 | 1 | 273 | 142 | 67 |
| Binary | 11100 | 11100001 | 11111101 | 1011001 | 1011 | 0 | 1 | 10111011 | 1100010 | 110111 |
Color Harmonies of #1CE1FD
Complementary color
Monochromatic Colors of #1CE1FD
Black with #1CE1FD
Text Example
Text Example
White with #1CE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE1FD; }
p { color: rgb(28,225,253); }
H1.HeaderClassName
{
color: #1CE1FD;
}
.AnyTagClassName
{
color: #1CE1FD;
}
</style>
background-color css
<style>
a { background-color: #1CE1FD; }
a { background-color: rgb(28,225,253); }
div.DivClassName
{
background-color: #1CE1FD;
}
.BgClassName
{
background-color: #1CE1FD;
}
</style>
border-color css
<style>
span { border-color: #1CE1FD; }
span { border-color: rgb(28,225,253); }
td.TdClassName
{
border-color: #1CE1FD;
}
.TagClassName
{
border-color: #1CE1FD;
}
</style>