Shades of Bright Turquoise #10DAEA
Tints of Bright Turquoise #10DAEA
RGB
CMYK
RGB Variations
Color information
#10DAEA (or 0x10DAEA) is known color: Bright Turquoise. HEX triplet: 10, DA and EA. RGB value is (16,218,234). Sum of RGB (Red+Green+Blue) = 16+218+234=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #10DAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DAEA is #EF2515. Grayscale: #9F9F9F. Windows color (decimal): -15672598 or 15391248. OLE color: 15391248.
HSL color Cylindrical-coordinate representation of color #10DAEA: hue angle of 184.4º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DAEA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 218 | 234 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.08 |
| HSL | 184.4º | 0.87% | 0.49% | - |
| HSV(B) | 184.4º | 0.93% | 0.92% | - |
| XYZ | 40.14 | 56.19 | 86.57 | - |
| YUV | 159.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 234 | 0.93 | 0.07 | 0 | 0.08 | 184.4 | 0.87 | 0.49 |
| Hex | 10 | DA | EA | 5D | 7 | 0 | 8 | B8 | 57 | 31 |
| Octal | 20 | 332 | 352 | 135 | 7 | 0 | 10 | 270 | 127 | 61 |
| Binary | 10000 | 11011010 | 11101010 | 1011101 | 111 | 0 | 1000 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DAEA
Complementary color
Monochromatic Colors of #10DAEA
Black with #10DAEA
Text Example
Text Example
White with #10DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAEA; }
p { color: rgb(16,218,234); }
H1.HeaderClassName
{
color: #10DAEA;
}
.AnyTagClassName
{
color: #10DAEA;
}
</style>
background-color css
<style>
a { background-color: #10DAEA; }
a { background-color: rgb(16,218,234); }
div.DivClassName
{
background-color: #10DAEA;
}
.BgClassName
{
background-color: #10DAEA;
}
</style>
border-color css
<style>
span { border-color: #10DAEA; }
span { border-color: rgb(16,218,234); }
td.TdClassName
{
border-color: #10DAEA;
}
.TagClassName
{
border-color: #10DAEA;
}
</style>