Shades of Bright Turquoise #10DFF4
Tints of Bright Turquoise #10DFF4
RGB
CMYK
RGB Variations
Color information
#10DFF4 (or 0x10DFF4) is known color: Bright Turquoise. HEX triplet: 10, DF and F4. RGB value is (16,223,244). Sum of RGB (Red+Green+Blue) = 16+223+244=483 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #10DFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFF4 is #EF200B. Grayscale: #A3A3A3. Windows color (decimal): -15671308 or 16047888. OLE color: 16047888.
HSL color Cylindrical-coordinate representation of color #10DFF4: hue angle of 185.53º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFF4 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 223 | 244 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.04 |
| HSL | 185.53º | 0.91% | 0.51% | - |
| HSV(B) | 185.53º | 0.93% | 0.96% | - |
| XYZ | 42.93 | 59.42 | 94.79 | - |
| YUV | 163.5 | 173.42 | 22.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 244 | 0.93 | 0.09 | 0 | 0.04 | 185.53 | 0.91 | 0.51 |
| Hex | 10 | DF | F4 | 5D | 9 | 0 | 4 | BA | 5B | 33 |
| Octal | 20 | 337 | 364 | 135 | 11 | 0 | 4 | 272 | 133 | 63 |
| Binary | 10000 | 11011111 | 11110100 | 1011101 | 1001 | 0 | 100 | 10111010 | 1011011 | 110011 |
Color Harmonies of #10DFF4
Complementary color
Monochromatic Colors of #10DFF4
Black with #10DFF4
Text Example
Text Example
White with #10DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFF4; }
p { color: rgb(16,223,244); }
H1.HeaderClassName
{
color: #10DFF4;
}
.AnyTagClassName
{
color: #10DFF4;
}
</style>
background-color css
<style>
a { background-color: #10DFF4; }
a { background-color: rgb(16,223,244); }
div.DivClassName
{
background-color: #10DFF4;
}
.BgClassName
{
background-color: #10DFF4;
}
</style>
border-color css
<style>
span { border-color: #10DFF4; }
span { border-color: rgb(16,223,244); }
td.TdClassName
{
border-color: #10DFF4;
}
.TagClassName
{
border-color: #10DFF4;
}
</style>