Shades of Pale Turquoise #BDF3F2
Tints of Pale Turquoise #BDF3F2
RGB
CMYK
RGB Variations
Color information
#BDF3F2 (or 0xBDF3F2) is known color: Pale Turquoise. HEX triplet: BD, F3 and F2. RGB value is (189,243,242). Sum of RGB (Red+Green+Blue) = 189+243+242=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3F2 is #420C0D. Grayscale: #E2E2E2. Windows color (decimal): -4328462 or 15922109. OLE color: 15922109.
HSL color Cylindrical-coordinate representation of color #BDF3F2: hue angle of 178.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3F2 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 242 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.05 |
| HSL | 178.89º | 0.69% | 0.85% | - |
| HSV(B) | 178.89º | 0.22% | 0.95% | - |
| XYZ | 69.06 | 81.33 | 96.06 | - |
| YUV | 226.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 242 | 0.22 | 0 | 0.00 | 0.05 | 178.89 | 0.69 | 0.85 |
| Hex | BD | F3 | F2 | 16 | 0 | 0 | 5 | B3 | 45 | 55 |
| Octal | 275 | 363 | 362 | 26 | 0 | 0 | 5 | 263 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11110010 | 10110 | 0 | 0 | 101 | 10110011 | 1000101 | 1010101 |
Color Harmonies of #BDF3F2
Complementary color
Monochromatic Colors of #BDF3F2
Black with #BDF3F2
Text Example
Text Example
White with #BDF3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3F2; }
p { color: rgb(189,243,242); }
H1.HeaderClassName
{
color: #BDF3F2;
}
.AnyTagClassName
{
color: #BDF3F2;
}
</style>
background-color css
<style>
a { background-color: #BDF3F2; }
a { background-color: rgb(189,243,242); }
div.DivClassName
{
background-color: #BDF3F2;
}
.BgClassName
{
background-color: #BDF3F2;
}
</style>
border-color css
<style>
span { border-color: #BDF3F2; }
span { border-color: rgb(189,243,242); }
td.TdClassName
{
border-color: #BDF3F2;
}
.TagClassName
{
border-color: #BDF3F2;
}
</style>