Shades of Bright Turquoise #1CDEFB
Tints of Bright Turquoise #1CDEFB
RGB
CMYK
RGB Variations
Color information
#1CDEFB (or 0x1CDEFB) is known color: Bright Turquoise. HEX triplet: 1C, DE and FB. RGB value is (28,222,251). Sum of RGB (Red+Green+Blue) = 28+222+251=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CDEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDEFB is #E32104. Grayscale: #A6A6A6. Windows color (decimal): -14885125 or 16506396. OLE color: 16506396.
HSL color Cylindrical-coordinate representation of color #1CDEFB: hue angle of 187.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDEFB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 222 | 251 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.02 |
| HSL | 187.8º | 0.97% | 0.55% | - |
| HSV(B) | 187.8º | 0.89% | 0.98% | - |
| XYZ | 44.01 | 59.45 | 100.42 | - |
| YUV | 167.3 | 175.23 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 251 | 0.89 | 0.12 | 0 | 0.02 | 187.8 | 0.97 | 0.55 |
| Hex | 1C | DE | FB | 59 | C | 0 | 2 | BC | 61 | 37 |
| Octal | 34 | 336 | 373 | 131 | 14 | 0 | 2 | 274 | 141 | 67 |
| Binary | 11100 | 11011110 | 11111011 | 1011001 | 1100 | 0 | 10 | 10111100 | 1100001 | 110111 |
Color Harmonies of #1CDEFB
Complementary color
Monochromatic Colors of #1CDEFB
Black with #1CDEFB
Text Example
Text Example
White with #1CDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDEFB; }
p { color: rgb(28,222,251); }
H1.HeaderClassName
{
color: #1CDEFB;
}
.AnyTagClassName
{
color: #1CDEFB;
}
</style>
background-color css
<style>
a { background-color: #1CDEFB; }
a { background-color: rgb(28,222,251); }
div.DivClassName
{
background-color: #1CDEFB;
}
.BgClassName
{
background-color: #1CDEFB;
}
</style>
border-color css
<style>
span { border-color: #1CDEFB; }
span { border-color: rgb(28,222,251); }
td.TdClassName
{
border-color: #1CDEFB;
}
.TagClassName
{
border-color: #1CDEFB;
}
</style>