Shades of Turquoise #3FDFF1
Tints of Turquoise #3FDFF1
RGB
CMYK
RGB Variations
Color information
#3FDFF1 (or 0x3FDFF1) is known color: Turquoise. HEX triplet: 3F, DF and F1. RGB value is (63,223,241). Sum of RGB (Red+Green+Blue) = 63+223+241=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FDFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFF1 is #C0200E. Grayscale: #B0B0B0. Windows color (decimal): -12591119 or 15851327. OLE color: 15851327.
HSL color Cylindrical-coordinate representation of color #3FDFF1: hue angle of 186.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDFF1 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 223 | 241 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.05 |
| HSL | 186.07º | 0.86% | 0.6% | - |
| HSV(B) | 186.07º | 0.74% | 0.95% | - |
| XYZ | 44.31 | 60.18 | 92.5 | - |
| YUV | 177.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 241 | 0.74 | 0.07 | 0 | 0.05 | 186.07 | 0.86 | 0.6 |
| Hex | 3F | DF | F1 | 4A | 7 | 0 | 5 | BA | 56 | 3C |
| Octal | 77 | 337 | 361 | 112 | 7 | 0 | 5 | 272 | 126 | 74 |
| Binary | 111111 | 11011111 | 11110001 | 1001010 | 111 | 0 | 101 | 10111010 | 1010110 | 111100 |
Color Harmonies of #3FDFF1
Complementary color
Monochromatic Colors of #3FDFF1
Black with #3FDFF1
Text Example
Text Example
White with #3FDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFF1; }
p { color: rgb(63,223,241); }
H1.HeaderClassName
{
color: #3FDFF1;
}
.AnyTagClassName
{
color: #3FDFF1;
}
</style>
background-color css
<style>
a { background-color: #3FDFF1; }
a { background-color: rgb(63,223,241); }
div.DivClassName
{
background-color: #3FDFF1;
}
.BgClassName
{
background-color: #3FDFF1;
}
</style>
border-color css
<style>
span { border-color: #3FDFF1; }
span { border-color: rgb(63,223,241); }
td.TdClassName
{
border-color: #3FDFF1;
}
.TagClassName
{
border-color: #3FDFF1;
}
</style>