Shades of Bright Turquoise #1BEFCC
Tints of Bright Turquoise #1BEFCC
RGB
CMYK
RGB Variations
Color information
#1BEFCC (or 0x1BEFCC) is known color: Bright Turquoise. HEX triplet: 1B, EF and CC. RGB value is (27,239,204). Sum of RGB (Red+Green+Blue) = 27+239+204=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFCC is #E41033. Grayscale: #ABABAB. Windows color (decimal): -14946356 or 13430555. OLE color: 13430555.
HSL color Cylindrical-coordinate representation of color #1BEFCC: hue angle of 170.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFCC is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 204 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.06 |
| HSL | 170.09º | 0.87% | 0.52% | - |
| HSV(B) | 170.09º | 0.89% | 0.94% | - |
| XYZ | 42.22 | 66.33 | 67.7 | - |
| YUV | 171.62 | 146.26 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 204 | 0.89 | 0 | 0.15 | 0.06 | 170.09 | 0.87 | 0.52 |
| Hex | 1B | EF | CC | 59 | 0 | F | 6 | AA | 57 | 34 |
| Octal | 33 | 357 | 314 | 131 | 0 | 17 | 6 | 252 | 127 | 64 |
| Binary | 11011 | 11101111 | 11001100 | 1011001 | 0 | 1111 | 110 | 10101010 | 1010111 | 110100 |
Color Harmonies of #1BEFCC
Complementary color
Monochromatic Colors of #1BEFCC
Black with #1BEFCC
Text Example
Text Example
White with #1BEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFCC; }
p { color: rgb(27,239,204); }
H1.HeaderClassName
{
color: #1BEFCC;
}
.AnyTagClassName
{
color: #1BEFCC;
}
</style>
background-color css
<style>
a { background-color: #1BEFCC; }
a { background-color: rgb(27,239,204); }
div.DivClassName
{
background-color: #1BEFCC;
}
.BgClassName
{
background-color: #1BEFCC;
}
</style>
border-color css
<style>
span { border-color: #1BEFCC; }
span { border-color: rgb(27,239,204); }
td.TdClassName
{
border-color: #1BEFCC;
}
.TagClassName
{
border-color: #1BEFCC;
}
</style>