Shades of Pale Turquoise #BDF9FD
Tints of Pale Turquoise #BDF9FD
RGB
CMYK
RGB Variations
Color information
#BDF9FD (or 0xBDF9FD) is known color: Pale Turquoise. HEX triplet: BD, F9 and FD. RGB value is (189,249,253). Sum of RGB (Red+Green+Blue) = 189+249+253=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9FD is #420602. Grayscale: #E7E7E7. Windows color (decimal): -4326915 or 16644541. OLE color: 16644541.
HSL color Cylindrical-coordinate representation of color #BDF9FD: hue angle of 183.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF9FD is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 249 | 253 | - |
CMYK | 0.25 | 0.02 | 0 | 0.01 |
HSL | 183.75º | 0.94% | 0.87% | - |
HSV(B) | 183.75º | 0.25% | 0.99% | - |
XYZ | 72.59 | 85.66 | 105.64 | - |
YUV | 231.52 | 140.12 | 97.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 249 | 253 | 0.25 | 0.02 | 0 | 0.01 | 183.75 | 0.94 | 0.87 |
Hex | BD | F9 | FD | 19 | 2 | 0 | 1 | B8 | 5E | 57 |
Octal | 275 | 371 | 375 | 31 | 2 | 0 | 1 | 270 | 136 | 127 |
Binary | 10111101 | 11111001 | 11111101 | 11001 | 10 | 0 | 1 | 10111000 | 1011110 | 1010111 |
Color Harmonies of #BDF9FD
Complementary color
Monochromatic Colors of #BDF9FD
Black with #BDF9FD
Text Example
Text Example
White with #BDF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9FD; }
p { color: rgb(189,249,253); }
H1.HeaderClassName
{
color: #BDF9FD;
}
.AnyTagClassName
{
color: #BDF9FD;
}
</style>
background-color css
<style>
a { background-color: #BDF9FD; }
a { background-color: rgb(189,249,253); }
div.DivClassName
{
background-color: #BDF9FD;
}
.BgClassName
{
background-color: #BDF9FD;
}
</style>
border-color css
<style>
span { border-color: #BDF9FD; }
span { border-color: rgb(189,249,253); }
td.TdClassName
{
border-color: #BDF9FD;
}
.TagClassName
{
border-color: #BDF9FD;
}
</style>