Shades of Dark Turquoise #1BCFE2
Tints of Dark Turquoise #1BCFE2
RGB
CMYK
RGB Variations
Color information
#1BCFE2 (or 0x1BCFE2) is known color: Dark Turquoise. HEX triplet: 1B, CF and E2. RGB value is (27,207,226). Sum of RGB (Red+Green+Blue) = 27+207+226=460 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.87% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #1BCFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFE2 is #E4301D. Grayscale: #9B9B9B. Windows color (decimal): -14954526 or 14864155. OLE color: 14864155.
HSL color Cylindrical-coordinate representation of color #1BCFE2: hue angle of 185.73º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCFE2 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 207 | 226 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.11 |
| HSL | 185.73º | 0.79% | 0.5% | - |
| HSV(B) | 185.73º | 0.88% | 0.89% | - |
| XYZ | 36.49 | 50.35 | 79.75 | - |
| YUV | 155.35 | 167.87 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 226 | 0.88 | 0.08 | 0 | 0.11 | 185.73 | 0.79 | 0.5 |
| Hex | 1B | CF | E2 | 58 | 8 | 0 | B | BA | 4F | 32 |
| Octal | 33 | 317 | 342 | 130 | 10 | 0 | 13 | 272 | 117 | 62 |
| Binary | 11011 | 11001111 | 11100010 | 1011000 | 1000 | 0 | 1011 | 10111010 | 1001111 | 110010 |
Color Harmonies of #1BCFE2
Complementary color
Monochromatic Colors of #1BCFE2
Black with #1BCFE2
Text Example
Text Example
White with #1BCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFE2; }
p { color: rgb(27,207,226); }
H1.HeaderClassName
{
color: #1BCFE2;
}
.AnyTagClassName
{
color: #1BCFE2;
}
</style>
background-color css
<style>
a { background-color: #1BCFE2; }
a { background-color: rgb(27,207,226); }
div.DivClassName
{
background-color: #1BCFE2;
}
.BgClassName
{
background-color: #1BCFE2;
}
</style>
border-color css
<style>
span { border-color: #1BCFE2; }
span { border-color: rgb(27,207,226); }
td.TdClassName
{
border-color: #1BCFE2;
}
.TagClassName
{
border-color: #1BCFE2;
}
</style>