Shades of Bright Turquoise #10DEF2
Tints of Bright Turquoise #10DEF2
RGB
CMYK
RGB Variations
Color information
#10DEF2 (or 0x10DEF2) is known color: Bright Turquoise. HEX triplet: 10, DE and F2. RGB value is (16,222,242). Sum of RGB (Red+Green+Blue) = 16+222+242=480 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #10DEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DEF2 is #EF210D. Grayscale: #A2A2A2. Windows color (decimal): -15671566 or 15916560. OLE color: 15916560.
HSL color Cylindrical-coordinate representation of color #10DEF2: hue angle of 185.31º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEF2 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 222 | 242 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.05 |
| HSL | 185.31º | 0.9% | 0.51% | - |
| HSV(B) | 185.31º | 0.93% | 0.95% | - |
| XYZ | 42.36 | 58.76 | 93.11 | - |
| YUV | 162.69 | 172.75 | 23.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 242 | 0.93 | 0.08 | 0 | 0.05 | 185.31 | 0.9 | 0.51 |
| Hex | 10 | DE | F2 | 5D | 8 | 0 | 5 | B9 | 5A | 33 |
| Octal | 20 | 336 | 362 | 135 | 10 | 0 | 5 | 271 | 132 | 63 |
| Binary | 10000 | 11011110 | 11110010 | 1011101 | 1000 | 0 | 101 | 10111001 | 1011010 | 110011 |
Color Harmonies of #10DEF2
Complementary color
Monochromatic Colors of #10DEF2
Black with #10DEF2
Text Example
Text Example
White with #10DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DEF2; }
p { color: rgb(16,222,242); }
H1.HeaderClassName
{
color: #10DEF2;
}
.AnyTagClassName
{
color: #10DEF2;
}
</style>
background-color css
<style>
a { background-color: #10DEF2; }
a { background-color: rgb(16,222,242); }
div.DivClassName
{
background-color: #10DEF2;
}
.BgClassName
{
background-color: #10DEF2;
}
</style>
border-color css
<style>
span { border-color: #10DEF2; }
span { border-color: rgb(16,222,242); }
td.TdClassName
{
border-color: #10DEF2;
}
.TagClassName
{
border-color: #10DEF2;
}
</style>