Shades of Bright Turquoise #1FCEEB
Tints of Bright Turquoise #1FCEEB
RGB
CMYK
RGB Variations
Color information
#1FCEEB (or 0x1FCEEB) is known color: Bright Turquoise. HEX triplet: 1F, CE and EB. RGB value is (31,206,235). Sum of RGB (Red+Green+Blue) = 31+206+235=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEEB is #E03114. Grayscale: #9C9C9C. Windows color (decimal): -14692629 or 15453727. OLE color: 15453727.
HSL color Cylindrical-coordinate representation of color #1FCEEB: hue angle of 188.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCEEB is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 206 | 235 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.08 |
| HSL | 188.53º | 0.84% | 0.52% | - |
| HSV(B) | 188.53º | 0.87% | 0.92% | - |
| XYZ | 37.63 | 50.43 | 86.35 | - |
| YUV | 156.98 | 172.02 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 235 | 0.87 | 0.12 | 0 | 0.08 | 188.53 | 0.84 | 0.52 |
| Hex | 1F | CE | EB | 57 | C | 0 | 8 | BD | 54 | 34 |
| Octal | 37 | 316 | 353 | 127 | 14 | 0 | 10 | 275 | 124 | 64 |
| Binary | 11111 | 11001110 | 11101011 | 1010111 | 1100 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1FCEEB
Complementary color
Monochromatic Colors of #1FCEEB
Black with #1FCEEB
Text Example
Text Example
White with #1FCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEEB; }
p { color: rgb(31,206,235); }
H1.HeaderClassName
{
color: #1FCEEB;
}
.AnyTagClassName
{
color: #1FCEEB;
}
</style>
background-color css
<style>
a { background-color: #1FCEEB; }
a { background-color: rgb(31,206,235); }
div.DivClassName
{
background-color: #1FCEEB;
}
.BgClassName
{
background-color: #1FCEEB;
}
</style>
border-color css
<style>
span { border-color: #1FCEEB; }
span { border-color: rgb(31,206,235); }
td.TdClassName
{
border-color: #1FCEEB;
}
.TagClassName
{
border-color: #1FCEEB;
}
</style>