#BDF4EC

Color #BDF4EC Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BDF4EC

Tints of Pale Turquoise #BDF4EC

Color information

#BDF4EC (or 0xBDF4EC) is unknown color: approx Pale Turquoise. HEX triplet: BD, F4 and EC. RGB value is (189,244,236). Sum of RGB (Red+Green+Blue) = 189+244+236=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4EC is #420B13. Grayscale: #E2E2E2. Windows color (decimal): -4328212 or 15529149. OLE color: 15529149.

HSL color Cylindrical-coordinate representation of color #BDF4EC: hue angle of 171.27º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB189244236-
CMYK0.2300.030.04
HSL171.27º71.43%84.9%-
HSV(B)171.27º22.54%95.69%-
XYZ68.4881.5891.49-
YUV226.64133.28101.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 244 (95.70% from 255) = 36.47%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=28.25%
G=36.47%
B=35.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892442360.2300.030.04171.2771.4384.9
HexBDF4EC17034ab4755
Octal27536435427034253107125
Binary101111011111010011101100101110111001010101110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4EC; }

 p { color: rgb(189,244,236); }

 H1.HeaderClassName
 {
   color: #BDF4EC;
 }
 .AnyTagClassName
 {
   color: #BDF4EC;
 }
</style>
background-color css

<style>
 a { background-color: #BDF4EC; }

 a { background-color: rgb(189,244,236); }

 div.DivClassName
 {
   background-color: #BDF4EC;
 }
 .BgClassName
 {
   background-color: #BDF4EC;
 }
</style>
border-color css

<style>
 span { border-color: #BDF4EC; }

 span { border-color: rgb(189,244,236); }

 td.TdClassName
 {
   border-color: #BDF4EC;
 }
 .TagClassName
 {
   border-color: #BDF4EC;
 }
</style>