Shades of Bright Turquoise #1BEECA
Tints of Bright Turquoise #1BEECA
RGB
CMYK
RGB Variations
Color information
#1BEECA (or 0x1BEECA) is known color: Bright Turquoise. HEX triplet: 1B, EE and CA. RGB value is (27,238,202). Sum of RGB (Red+Green+Blue) = 27+238+202=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEECA is #E41135. Grayscale: #AAAAAA. Windows color (decimal): -14946614 or 13299227. OLE color: 13299227.
HSL color Cylindrical-coordinate representation of color #1BEECA: hue angle of 169.76º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEECA is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 202 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.07 |
| HSL | 169.76º | 0.86% | 0.52% | - |
| HSV(B) | 169.76º | 0.89% | 0.93% | - |
| XYZ | 41.69 | 65.65 | 66.35 | - |
| YUV | 170.81 | 145.6 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 202 | 0.89 | 0 | 0.15 | 0.07 | 169.76 | 0.86 | 0.52 |
| Hex | 1B | EE | CA | 59 | 0 | F | 7 | AA | 56 | 34 |
| Octal | 33 | 356 | 312 | 131 | 0 | 17 | 7 | 252 | 126 | 64 |
| Binary | 11011 | 11101110 | 11001010 | 1011001 | 0 | 1111 | 111 | 10101010 | 1010110 | 110100 |
Color Harmonies of #1BEECA
Complementary color
Monochromatic Colors of #1BEECA
Black with #1BEECA
Text Example
Text Example
White with #1BEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEECA; }
p { color: rgb(27,238,202); }
H1.HeaderClassName
{
color: #1BEECA;
}
.AnyTagClassName
{
color: #1BEECA;
}
</style>
background-color css
<style>
a { background-color: #1BEECA; }
a { background-color: rgb(27,238,202); }
div.DivClassName
{
background-color: #1BEECA;
}
.BgClassName
{
background-color: #1BEECA;
}
</style>
border-color css
<style>
span { border-color: #1BEECA; }
span { border-color: rgb(27,238,202); }
td.TdClassName
{
border-color: #1BEECA;
}
.TagClassName
{
border-color: #1BEECA;
}
</style>