Shades of Turquoise #3BDEF3
Tints of Turquoise #3BDEF3
RGB
CMYK
RGB Variations
Color information
#3BDEF3 (or 0x3BDEF3) is known color: Turquoise. HEX triplet: 3B, DE and F3. RGB value is (59,222,243). Sum of RGB (Red+Green+Blue) = 59+222+243=524 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.26% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #3BDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDEF3 is #C4210C. Grayscale: #AFAFAF. Windows color (decimal): -12853517 or 15982139. OLE color: 15982139.
HSL color Cylindrical-coordinate representation of color #3BDEF3: hue angle of 186.85º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BDEF3 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 222 | 243 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.05 |
| HSL | 186.85º | 0.88% | 0.59% | - |
| HSV(B) | 186.85º | 0.76% | 0.95% | - |
| XYZ | 44.1 | 59.64 | 93.98 | - |
| YUV | 175.66 | 166 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 243 | 0.76 | 0.09 | 0 | 0.05 | 186.85 | 0.88 | 0.59 |
| Hex | 3B | DE | F3 | 4C | 9 | 0 | 5 | BB | 58 | 3B |
| Octal | 73 | 336 | 363 | 114 | 11 | 0 | 5 | 273 | 130 | 73 |
| Binary | 111011 | 11011110 | 11110011 | 1001100 | 1001 | 0 | 101 | 10111011 | 1011000 | 111011 |
Color Harmonies of #3BDEF3
Complementary color
Monochromatic Colors of #3BDEF3
Black with #3BDEF3
Text Example
Text Example
White with #3BDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEF3; }
p { color: rgb(59,222,243); }
H1.HeaderClassName
{
color: #3BDEF3;
}
.AnyTagClassName
{
color: #3BDEF3;
}
</style>
background-color css
<style>
a { background-color: #3BDEF3; }
a { background-color: rgb(59,222,243); }
div.DivClassName
{
background-color: #3BDEF3;
}
.BgClassName
{
background-color: #3BDEF3;
}
</style>
border-color css
<style>
span { border-color: #3BDEF3; }
span { border-color: rgb(59,222,243); }
td.TdClassName
{
border-color: #3BDEF3;
}
.TagClassName
{
border-color: #3BDEF3;
}
</style>