Shades of Bright Turquoise #1FDFF5
Tints of Bright Turquoise #1FDFF5
RGB
CMYK
RGB Variations
Color information
#1FDFF5 (or 0x1FDFF5) is known color: Bright Turquoise. HEX triplet: 1F, DF and F5. RGB value is (31,223,245). Sum of RGB (Red+Green+Blue) = 31+223+245=499 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.21% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #1FDFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDFF5 is #E0200A. Grayscale: #A7A7A7. Windows color (decimal): -14688267 or 16113439. OLE color: 16113439.
HSL color Cylindrical-coordinate representation of color #1FDFF5: hue angle of 186.17º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDFF5 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 223 | 245 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.04 |
| HSL | 186.17º | 0.91% | 0.54% | - |
| HSV(B) | 186.17º | 0.87% | 0.96% | - |
| XYZ | 43.43 | 59.66 | 95.61 | - |
| YUV | 168.1 | 171.39 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 245 | 0.87 | 0.09 | 0 | 0.04 | 186.17 | 0.91 | 0.54 |
| Hex | 1F | DF | F5 | 57 | 9 | 0 | 4 | BA | 5B | 36 |
| Octal | 37 | 337 | 365 | 127 | 11 | 0 | 4 | 272 | 133 | 66 |
| Binary | 11111 | 11011111 | 11110101 | 1010111 | 1001 | 0 | 100 | 10111010 | 1011011 | 110110 |
Color Harmonies of #1FDFF5
Complementary color
Monochromatic Colors of #1FDFF5
Black with #1FDFF5
Text Example
Text Example
White with #1FDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFF5; }
p { color: rgb(31,223,245); }
H1.HeaderClassName
{
color: #1FDFF5;
}
.AnyTagClassName
{
color: #1FDFF5;
}
</style>
background-color css
<style>
a { background-color: #1FDFF5; }
a { background-color: rgb(31,223,245); }
div.DivClassName
{
background-color: #1FDFF5;
}
.BgClassName
{
background-color: #1FDFF5;
}
</style>
border-color css
<style>
span { border-color: #1FDFF5; }
span { border-color: rgb(31,223,245); }
td.TdClassName
{
border-color: #1FDFF5;
}
.TagClassName
{
border-color: #1FDFF5;
}
</style>