Shades of Pale Turquoise #BDF3ED
Tints of Pale Turquoise #BDF3ED
RGB
CMYK
RGB Variations
Color information
#BDF3ED (or 0xBDF3ED) is known color: Pale Turquoise. HEX triplet: BD, F3 and ED. RGB value is (189,243,237). Sum of RGB (Red+Green+Blue) = 189+243+237=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3ED is #420C12. Grayscale: #E2E2E2. Windows color (decimal): -4328467 or 15594429. OLE color: 15594429.
HSL color Cylindrical-coordinate representation of color #BDF3ED: hue angle of 173.33º 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 #BDF3ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 243 | 237 | - |
CMYK | 0.22 | 0 | 0.02 | 0.05 |
HSL | 173.33º | 0.69% | 0.85% | - |
HSV(B) | 173.33º | 0.22% | 0.95% | - |
XYZ | 68.32 | 81.03 | 92.16 | - |
YUV | 226.17 | 134.11 | 101.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 243 | 237 | 0.22 | 0 | 0.02 | 0.05 | 173.33 | 0.69 | 0.85 |
Hex | BD | F3 | ED | 16 | 0 | 2 | 5 | AD | 45 | 55 |
Octal | 275 | 363 | 355 | 26 | 0 | 2 | 5 | 255 | 105 | 125 |
Binary | 10111101 | 11110011 | 11101101 | 10110 | 0 | 10 | 101 | 10101101 | 1000101 | 1010101 |
Color Harmonies of #BDF3ED
Complementary color
Monochromatic Colors of #BDF3ED
Black with #BDF3ED
Text Example
Text Example
White with #BDF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3ED; }
p { color: rgb(189,243,237); }
H1.HeaderClassName
{
color: #BDF3ED;
}
.AnyTagClassName
{
color: #BDF3ED;
}
</style>
background-color css
<style>
a { background-color: #BDF3ED; }
a { background-color: rgb(189,243,237); }
div.DivClassName
{
background-color: #BDF3ED;
}
.BgClassName
{
background-color: #BDF3ED;
}
</style>
border-color css
<style>
span { border-color: #BDF3ED; }
span { border-color: rgb(189,243,237); }
td.TdClassName
{
border-color: #BDF3ED;
}
.TagClassName
{
border-color: #BDF3ED;
}
</style>