Shades of Medium Turquoise #2FCBDA
Tints of Medium Turquoise #2FCBDA
RGB
CMYK
RGB Variations
Color information
#2FCBDA (or 0x2FCBDA) is known color: Medium Turquoise. HEX triplet: 2F, CB and DA. RGB value is (47,203,218). Sum of RGB (Red+Green+Blue) = 47+203+218=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBDA is #D03425. Grayscale: #9D9D9D. Windows color (decimal): -13644838 or 14338863. OLE color: 14338863.
HSL color Cylindrical-coordinate representation of color #2FCBDA: hue angle of 185.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCBDA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 203 | 218 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.15 |
| HSL | 185.26º | 0.7% | 0.52% | - |
| HSV(B) | 185.26º | 0.78% | 0.85% | - |
| XYZ | 35.18 | 48.38 | 73.81 | - |
| YUV | 158.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 218 | 0.78 | 0.07 | 0 | 0.15 | 185.26 | 0.7 | 0.52 |
| Hex | 2F | CB | DA | 4E | 7 | 0 | F | B9 | 46 | 34 |
| Octal | 57 | 313 | 332 | 116 | 7 | 0 | 17 | 271 | 106 | 64 |
| Binary | 101111 | 11001011 | 11011010 | 1001110 | 111 | 0 | 1111 | 10111001 | 1000110 | 110100 |
Color Harmonies of #2FCBDA
Complementary color
Monochromatic Colors of #2FCBDA
Black with #2FCBDA
Text Example
Text Example
White with #2FCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBDA; }
p { color: rgb(47,203,218); }
H1.HeaderClassName
{
color: #2FCBDA;
}
.AnyTagClassName
{
color: #2FCBDA;
}
</style>
background-color css
<style>
a { background-color: #2FCBDA; }
a { background-color: rgb(47,203,218); }
div.DivClassName
{
background-color: #2FCBDA;
}
.BgClassName
{
background-color: #2FCBDA;
}
</style>
border-color css
<style>
span { border-color: #2FCBDA; }
span { border-color: rgb(47,203,218); }
td.TdClassName
{
border-color: #2FCBDA;
}
.TagClassName
{
border-color: #2FCBDA;
}
</style>