Shades of Bright Turquoise #1FDEFD
Tints of Bright Turquoise #1FDEFD
RGB
CMYK
RGB Variations
Color information
#1FDEFD (or 0x1FDEFD) is known color: Bright Turquoise. HEX triplet: 1F, DE and FD. RGB value is (31,222,253). Sum of RGB (Red+Green+Blue) = 31+222+253=506 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.13% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDEFD is #E02102. Grayscale: #A8A8A8. Windows color (decimal): -14688515 or 16637471. OLE color: 16637471.
HSL color Cylindrical-coordinate representation of color #1FDEFD: hue angle of 188.38º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDEFD is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 222 | 253 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.01 |
| HSL | 188.38º | 0.98% | 0.56% | - |
| HSV(B) | 188.38º | 0.88% | 0.99% | - |
| XYZ | 44.42 | 59.63 | 102.1 | - |
| YUV | 168.43 | 175.72 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 253 | 0.88 | 0.12 | 0 | 0.01 | 188.38 | 0.98 | 0.56 |
| Hex | 1F | DE | FD | 58 | C | 0 | 1 | BC | 62 | 38 |
| Octal | 37 | 336 | 375 | 130 | 14 | 0 | 1 | 274 | 142 | 70 |
| Binary | 11111 | 11011110 | 11111101 | 1011000 | 1100 | 0 | 1 | 10111100 | 1100010 | 111000 |
Color Harmonies of #1FDEFD
Complementary color
Monochromatic Colors of #1FDEFD
Black with #1FDEFD
Text Example
Text Example
White with #1FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEFD; }
p { color: rgb(31,222,253); }
H1.HeaderClassName
{
color: #1FDEFD;
}
.AnyTagClassName
{
color: #1FDEFD;
}
</style>
background-color css
<style>
a { background-color: #1FDEFD; }
a { background-color: rgb(31,222,253); }
div.DivClassName
{
background-color: #1FDEFD;
}
.BgClassName
{
background-color: #1FDEFD;
}
</style>
border-color css
<style>
span { border-color: #1FDEFD; }
span { border-color: rgb(31,222,253); }
td.TdClassName
{
border-color: #1FDEFD;
}
.TagClassName
{
border-color: #1FDEFD;
}
</style>