Shades of Bright Turquoise #10DFF3
Tints of Bright Turquoise #10DFF3
RGB
CMYK
RGB Variations
Color information
#10DFF3 (or 0x10DFF3) is known color: Bright Turquoise. HEX triplet: 10, DF and F3. RGB value is (16,223,243). Sum of RGB (Red+Green+Blue) = 16+223+243=482 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.32% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #10DFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFF3 is #EF200C. Grayscale: #A3A3A3. Windows color (decimal): -15671309 or 15982352. OLE color: 15982352.
HSL color Cylindrical-coordinate representation of color #10DFF3: hue angle of 185.29º 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 #10DFF3 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 223 | 243 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.05 |
| HSL | 185.29º | 0.9% | 0.51% | - |
| HSV(B) | 185.29º | 0.93% | 0.95% | - |
| XYZ | 42.78 | 59.36 | 94 | - |
| YUV | 163.39 | 172.92 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 243 | 0.93 | 0.08 | 0 | 0.05 | 185.29 | 0.9 | 0.51 |
| Hex | 10 | DF | F3 | 5D | 8 | 0 | 5 | B9 | 5A | 33 |
| Octal | 20 | 337 | 363 | 135 | 10 | 0 | 5 | 271 | 132 | 63 |
| Binary | 10000 | 11011111 | 11110011 | 1011101 | 1000 | 0 | 101 | 10111001 | 1011010 | 110011 |
Color Harmonies of #10DFF3
Complementary color
Monochromatic Colors of #10DFF3
Black with #10DFF3
Text Example
Text Example
White with #10DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFF3; }
p { color: rgb(16,223,243); }
H1.HeaderClassName
{
color: #10DFF3;
}
.AnyTagClassName
{
color: #10DFF3;
}
</style>
background-color css
<style>
a { background-color: #10DFF3; }
a { background-color: rgb(16,223,243); }
div.DivClassName
{
background-color: #10DFF3;
}
.BgClassName
{
background-color: #10DFF3;
}
</style>
border-color css
<style>
span { border-color: #10DFF3; }
span { border-color: rgb(16,223,243); }
td.TdClassName
{
border-color: #10DFF3;
}
.TagClassName
{
border-color: #10DFF3;
}
</style>